Desktop Functions: Smart Device Functions:
|
Search Results for "CertAlgIdToOID" in [All]crypt32The CertAlgIdToOID function converts a CryptoAPI algorithm identifier (ALG_ID) to an Abstract Syntax Notation One (ASN.1) object identifier (OID) string.
public static extern string CertAlgIdToOID(int dwAlgId); |