PolicyEnrollEndpointUri Constructor

Initializes a new instance of PolicyEnrollEndpointUri from a string URI and remote endpoint settings.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public PolicyEnrollEndpointUri(
	string uri,
	PolicyEnrollAuthenticationType authentication,
	int priority,
	bool renewalOnly = false,
	bool keyBasedRenewal = false
)

Parameters

uri  String
Specifies an URI that points to Certificate Enrollment server.
authentication  PolicyEnrollAuthenticationType
Specifies the authentication type associated with specified enrollment server endpoint.
priority  Int32
Specifies the priority of the specified enrollment server endpoint.
renewalOnly  Boolean  (Optional)
Indicates whether the specified enrollment supports only renewal requests. Default value is False.
keyBasedRenewal  Boolean  (Optional)
Indicates whether the key-based renewal is supported by this enrollment endpoint. Default value is False.

See Also