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
)
Public Sub New (
uri As String,
authentication As PolicyEnrollAuthenticationType,
priority As Integer,
renewalOnly As Boolean
)
public:
PolicyEnrollEndpointUri(
String^ uri,
PolicyEnrollAuthenticationType authentication,
int priority,
bool renewalOnly
)
new :
uri : string *
authentication : PolicyEnrollAuthenticationType *
priority : int *
renewalOnly : bool -> PolicyEnrollEndpointUri
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