CERTNAMETYPE enumeration
Do not use. Specifies the returned string type. Each value maps to an equivalent value for the dwStrType parameter of the CertNameToStr function.
Syntax
typedef enum tagCERTNAMETYPE {
SIMPLE = 0,
OID = 1,
X500 = 2
} ACCESSTYPE;
Constants
-
SIMPLE
-
Equivalent to CERT_SIMPLE_NAME_STR.
-
OID
-
Equivalent to CERT_OID_NAME_STR.
-
X500
-
Equivalent to CERT_X500_NAME_STR.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|