IX509CertificateRequestCmc2 interface (certenroll.h)

The IX509CertificateRequestCmc2 interface represents a CMC (Certificate Management Message over CMS) certificate request. It includes all of the methods defined by the IX509CertificateRequestCmc interface and adds methods that enable initialization from certificate request templates.

Inheritance

The IX509CertificateRequestCmc2 interface inherits from IX509CertificateRequestCmc. IX509CertificateRequestCmc2 also has these types of members:

Methods

The IX509CertificateRequestCmc2 interface has these methods.

 
IX509CertificateRequestCmc2::CheckCertificateSignature

Verifies the signature for a specified signer.
IX509CertificateRequestCmc2::CheckSignature

Verifies that the certificate request has been signed and that the signature is valid. (IX509CertificateRequestCmc2.CheckSignature)
IX509CertificateRequestCmc2::get_PolicyServer

Retrieves the certificate enrollment policy (CEP) server that contains the template used during initialization. (IX509CertificateRequestCmc2.get_PolicyServer)
IX509CertificateRequestCmc2::get_Template

Retrieves the certificate request template used during initialization. (IX509CertificateRequestCmc2.get_Template)
IX509CertificateRequestCmc2::InitializeFromInnerRequestTemplate

Initializes the certificate request from an inner request object and a template.
IX509CertificateRequestCmc2::InitializeFromTemplate

Initializes the certificate request by using a template. (IX509CertificateRequestCmc2.InitializeFromTemplate)

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509CertificateRequestCmc

IX509CertificateRequestPkcs7