IX509CertificateRequest::get_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 get_ClientId(
RequestClientInfoClientId *pValue
);
Parameters
pValue
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 |