PolicyServerClient Class

Represents a enrollment policy server client object.

Definition

Namespace: PKI.Enrollment.Policy
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class PolicyServerClient
Inheritance
Object    PolicyServerClient

Constructors

PolicyServerClientInitializes a new instance of the PolicyServerClient class

Properties

Authentication Gets or sets the enrollment policy authentication type.
FilePath Gets the path to a enrollment policy local configuration.
Flags Gets or sets enrollment policy settings.
FromPolicy Specifies whether the current policy object is registered via group policy or via local registry.
Name Gets or sets the enrollment policy friendly name.
PolicyId Gets the enrollment policy unique ID.
PolicyLoaded Indicates whether the policy is loaded.
Priority Gets or sets the enrollment policy priority. The lower number means higher priority.
Templates Gets the list of certificate templates available for the enrollment. This property is filled when LoadPolicy(String, SecureString) method is called.
URL Gets the enrollment policy URL.
UserContext Specifies whether the enrollment policy is registered in user or machine context.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
LoadPolicy Loads certificate templates available for enrollment. Certificate templates are populated in Templates property if the method succeeds.
MemberwiseClone
(Inherited from Object)
Register Registers or updates a current object in local registry.
SetCredential Sets the credential used to contact the certificate enrollment policy (CEP) server
ToString
(Inherited from Object)
Unregister Unregisters (deletes) certificate enrollment policy server endpoint from registry.
Validate Validates the current policy information.

See Also