This topic has not yet been rated - Rate this topic

PolicyServerUrlPropertyID enumeration

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
} PolicyServerUrlPropertyID;

Constants

PsPolicyID

Specify or retrieve an ID for the policy server.

PsFriendlyName

Specify or retrieve a display name for the policy server.

Requirements

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

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.