Click or drag to resize

PolicyEnrollEndpointUri Constructor

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

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

Parameters

uri
Type: SystemString
Specifies an URI that points to Certificate Enrollment server.
authentication
Type: SysadminsLV.PKI.Management.CertificateServicesPolicyEnrollAuthenticationType
Specifies the authentication type associated with specified enrollment server endpoint.
priority
Type: SystemInt32
Specifies the priority of the specified enrollment server endpoint.
renewalOnly
Type: SystemBoolean
Indicates whether the specified enrollment supports only renewal requests.
See Also