CESUri Constructor

Initializes a new instance of the CESUri class

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public CESUri(
	string uri,
	PolicyAuthenticationEnum authentication,
	int priority,
	bool renewalOnly
)

Parameters

uri  String
Certificate Enrollment Web Services (CES) URL.
authentication  PolicyAuthenticationEnum
Specifies the authentication type supported by the URL.
priority  Int32
Specifies a priority for the URL. The lower number means higher priority.
renewalOnly  Boolean
Specifies whether a service supports only renewal operations (do not support initial certificate enrollment).

Exceptions

ArgumentNullExceptionThe string in the uri parameter is null or empty.

See Also