PolicyServerUrlPropertyID enumeration (certenroll.h)

The PolicyServerUrlPropertyID enumeration contains values that specify the type of property value to be returned by the GetStringProperty method or set by the SetStringProperty method on the IX509PolicyServerUrl interface.

Syntax

typedef enum PolicyServerUrlPropertyID {
  PsPolicyID = 0,
  PsFriendlyName = 1
} ;

Constants

 
PsPolicyID
Value: 0
Specify or retrieve an ID for the policy server.
PsFriendlyName
Value: 1
Specify or retrieve a display name for the policy server.

Requirements

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

See also

GetStringProperty

SetStringProperty