certalgidtooid (crypt32)
Last changed: anonymous

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

The CertAlgIdToOID function converts a CryptoAPI algorithm identifier (ALG_ID) to an Abstract Syntax Notation One (ASN.1) object identifier (OID) string.

C# Signature:

[DllImport("Crypt32", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Winapi)]
public static extern string CertAlgIdToOID(int dwAlgId);

VB .NET Signature:

TODO

User-Defined Types:

None.

Notes:

None..

Tips & Tricks:

Please add some!

Sample Code:

Please add some!!

Alternative Managed API:

TODO

Documentation