PolicyEnrollEndpointUri Class

Represents Certificate Enrollment Web Services (CES) URL object.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class PolicyEnrollEndpointUri
Inheritance
Object    PolicyEnrollEndpointUri

Constructors

PolicyEnrollEndpointUri Initializes a new instance of PolicyEnrollEndpointUri from a string URI and remote endpoint settings.

Properties

Authentication Gets the authentication type.
KeyBasedRenewal Indicates whether the endpoint supports key-based renewal.
Priority Gets the priority of this endpoint.
RenewalOnly Indicates whether the endpoint is for renewal requests only (True), or accepts initial requests (False).
Uri Gets enrollment web services endpoint URL.

Methods

Encode Encodes a collection of enrollment web service URLs to an Active Directory compatible format.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also