Crypt32 (Constants)
Last changed: 94.229.131.27

.
Summary
TODO - a short description of this collection of constants

C# Constants:

public static class Crypt32
{
    public const int X509_ASN_ENCODING   = 0x00000001;
    public const int PKCS_7_ASN_ENCODING = 0x00010000;
}

VB Constants:

TODO

Notes:

None.