PolicyServerClient Class |
Namespace: PKI.Enrollment.Policy
The PolicyServerClient type exposes the following members.
| Name | Description | |
|---|---|---|
| PolicyServerClient | Initializes a new instance of the PolicyServerClient class |
| Name | Description | |
|---|---|---|
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadPolicy |
Loads certificate templates available for enrollment. Certificate templates are populated in
Templates property if the method succeeds.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (Inherited from Object.) | |
| Unregister |
Unregisters (deletes) certificate enrollment policy server endpoint from registry.
| |
| Validate |
Validates the current policy information.
|