ICertPropertyRequestOriginator::get_RequestOriginator method (certenroll.h)

The RequestOriginator property retrieves a string that contains the DNS name of the originating computer.

This property is read-only.

Syntax

HRESULT get_RequestOriginator(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

Call the Initialize method or the InitializeFromLocalRequestOriginator method to specify a value for the RequestOriginator property.

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