IX509CertificateRequest::put_ClientId method (certenroll.h)

The ClientId property specifies and retrieves a value that identifies the executable that created the request. For example, a request can be generated by using a request wizard, by an auto-enrollment process, or by other means. This property is web enabled for both input and output.

This property is read/write.

Syntax

HRESULT put_ClientId(
  RequestClientInfoClientId Value
);

Parameters

Value

Return value

None

Remarks

You must initialize the request object before calling this property. You can call this property before calling the Encode method.

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