Click or drag to resize

CESUri Constructor

Initializes a new instance of the CESUri class

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CESUri(
	string uri,
	PolicyAuthenticationEnum authentication,
	int priority,
	bool renewalOnly
)

Parameters

uri
Type: SystemString
Certificate Enrollment Web Services (CES) URL.
authentication
Type: PKI.Enrollment.PolicyPolicyAuthenticationEnum
Specifies the authentication type supported by the URL.
priority
Type: SystemInt32
Specifies a priority for the URL. The lower number means higher priority.
renewalOnly
Type: SystemBoolean
Specifies whether a service supports only renewal operations (do not support initial certificate enrollment).
Exceptions
ExceptionCondition
ArgumentNullExceptionThe string in the uri parameter is null or empty.
See Also