Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The X509RequestType enumeration specifies the certificate request type. This enumeration is returned by the Type property on the IX509CertificateRequest interface.
Syntax
typedef enum X509RequestType {
TypeAny = 0,
TypePkcs10 = 1,
TypePkcs7 = 2,
TypeCmc = 3,
TypeCertificate = 4
} ;
Constants
TypeAnyValue: 0 The type is not defined. |
TypePkcs10Value: 1 A PKCS #10 request. For more information, see the IX509CertificateRequestPkcs10 interface. |
TypePkcs7Value: 2 A PKCS #7 request represented by an IX509CertificateRequestPkcs7 interface. |
TypeCmcValue: 3 A Certificate Management over CMS (CMC) request. For more information, see the IX509CertificateRequestCmc interface. |
TypeCertificateValue: 4 A self-signed certificate. For more information, see the IX509CertificateRequestCertificate interface. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | certenroll.h |