IX509CertificateRequest::get_Type method (certenroll.h)

The Type property retrieves a value that specifies the type of the request object.

This property is read-only.

Syntax

HRESULT get_Type(
  X509RequestType *pValue
);

Parameters

pValue

Return value

None

Remarks

You can use this property with the GetInnerRequest method to determine the type of the inner request object.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

IX509CertificateRequest

IX509CertificateRequestCertificate

IX509CertificateRequestCmc

IX509CertificateRequestPkcs10

IX509CertificateRequestPkcs7

IX509SignatureInformation