Click or drag to resize

PolicyServerUrlFlagsEnum Enumeration

The PolicyServerFlagsEnum enumeration contains certificate enrollment policy (CEP) server flags

Namespace:  PKI.Enrollment.Policy
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum PolicyServerUrlFlagsEnum
Members
  Member nameValueDescription
None0 No flags are specified.
LocationGroupPolicy1 Policy information is specified in group policy by an administrator.
LocationRegistry2 Policy information is specified in the registry.
UseClientId4 Specifies that certificate enrollments and renewals include client specific data in a ClientId attribute. Examples include the name of the cryptographic service provider, the Windows version number, the user name, the computer DNS name, and the domain controller DNS name. This flag can be set by group policy.

This flag has been included to address privacy concerns that can arise during enrollment to servers that are managed by administrators other than those who manage the forest in which the user resides. By not setting this flag, you can prevent sending personal information to non-local administrators.

AutoEnrollmentEnabled16 Automatic certificate enrollment is enabled.
AllowUnTrustedCA32 Specifies that the certificate of the issuing CA need not be trusted by the client to install a certificate signed by the CA.
See Also