Enumerazione X509RequestType (certenroll.h)
L'enumerazione X509RequestType specifica il tipo di richiesta del certificato . Questa enumerazione viene restituita dalla proprietà Type nell'interfaccia IX509CertificateRequest .
Sintassi
typedef enum X509RequestType {
TypeAny = 0,
TypePkcs10 = 1,
TypePkcs7 = 2,
TypeCmc = 3,
TypeCertificate = 4
} ;
Costanti
TypeAny Valore: 0 Il tipo non è definito. |
TypePkcs10 Valore: 1 Richiesta PKCS #10. Per altre informazioni, vedere l'interfaccia IX509CertificateRequestPkcs10 . |
TypePkcs7 Valore: 2 Richiesta PKCS #7 rappresentata da un'interfaccia IX509CertificateRequestPkcs7 . |
TypeCmc Valore: 3 Richiesta gestione certificati su CMS (CMC). Per altre informazioni, vedere l'interfaccia IX509CertificateRequestCmc . |
TypeCertificate Valore: 4 Certificato autofirmato. Per altre informazioni, vedere l'interfaccia IX509CertificateRequestCertificate . |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | certenroll.h |