ICertPropertyRequestOriginator::InitializeFromLocalRequestOriginator method (certenroll.h)

The InitializeFromLocalRequestOriginator method initializes the object from the DNS name of the local computer.

Syntax

HRESULT InitializeFromLocalRequestOriginator();

Return value

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Remarks

Call the SetValueOnCertificate method to associate the property with a certificate. Call the RequestOriginator property to retrieve the DNS name of the originating computer.

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

ICertPropertyRequestOriginator