public class CESUri
Public Class CESUri
public ref class CESUri
type CESUri = class end
CESUri | Initializes a new instance of the CESUri class |
Authentication |
Gets authentication type. The possible values are:
|
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. |
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) |