IX509EnrollmentPolicyServer::get_Cost method (certenroll.h)

The Cost property specifies and retrieves an arbitrary cost for contacting the certificate enrollment policy server.

This property is read/write.

Syntax

HRESULT get_Cost(
  DWORD *pValue
);

Parameters

pValue

Return value

None

Remarks

If multiple CEP servers have the same ID value (specified when the Initialize method is called), the server with the lowest cost is contacted first.

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

IX509EnrollmentPolicyServer