Click or drag to resize

CESUri Class

Represents Certificate Enrollment Web Services (CES) URL object.
Inheritance Hierarchy
SystemObject
  PKI.CertificateServicesCESUri

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

The CESUri type exposes the following members.

Constructors
  NameDescription
Public methodCESUri
Initializes a new instance of the CESUri class
Top
Properties
  NameDescription
Public propertyAuthentication
Gets authentication type. The possible values are:
  • Anonymous - not used.
  • Kerberos - default.
  • User name and user password
  • Client certificate
Public propertyDisplayName
Gets the display name of the Certification Authority (sanitized characters are decoded to textual characters).
Public propertyPriority
Gets URL priority. Lesser number means higher priority.
Public propertyRenewalOnly
Indicates whether the current CES URL can be used for certificate renewal only. If the property is set to True, then this URL cannot be used for initial certificate enrollment and can be used only to renew existing certificates. If the property is set to False, client can use this URL for initial certificate enrollment and existing certificate renewal.
Public propertyUri
Gets Enrollment Services location.
Top
Methods
  NameDescription
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
Displays Certificate Enrollment Service's URL in text format.
(Overrides ObjectToString.)
Top
See Also