Click or drag to resize

PolicyEnrollEndpointUri Class

Represents Certificate Enrollment Web Services (CES) URL object.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.CertificateServicesPolicyEnrollEndpointUri

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class PolicyEnrollEndpointUri

The PolicyEnrollEndpointUri type exposes the following members.

Constructors
  NameDescription
Public methodPolicyEnrollEndpointUri
Initializes a new instance of PolicyEnrollEndpointUri from a string URI and remote endpoint settings.
Top
Properties
  NameDescription
Public propertyAuthentication
Gets the authentication type.
Public propertyPriority
Gets the priority of this endpoint.
Public propertyRenewalOnly
Indicates whether the endpoint is for renewal requests only (True), or accepts initial requests (False).
Public propertyUri
Gets enrollment web services endpoint URL.
Top
Methods
  NameDescription
Public methodEncode
Encodes a collection of enrollment web service URLs to an Active Directory compatible format.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also