IX509CertificateRequestPkcs10V2::get_PolicyServer method (certenroll.h)

The PolicyServer property retrieves the certificate enrollment policy (CEP) server that contains the template used during initialization.

This property is read-only.

Syntax

HRESULT get_PolicyServer(
  IX509EnrollmentPolicyServer **ppPolicyServer
);

Parameters

ppPolicyServer

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509CertificateRequestPkcs10V2