CESUri Class

Represents Certificate Enrollment Web Services (CES) URL object.

Definition

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

Constructors

CESUriInitializes a new instance of the CESUri class

Properties

Authentication Gets authentication type. The possible values are:
  • Anonymous - not used.
  • Kerberos - default.
  • User name and user password
  • Client certificate
DisplayName Gets the display name of the Certification Authority (sanitized characters are decoded to textual characters).
Priority Gets URL priority. Lesser number means higher priority.
RenewalOnly 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.
Uri Gets Enrollment Services location.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Displays Certificate Enrollment Service's URL in text format.
(Overrides ObjectToString)

See Also