PolicyEnrollEndpointUri Constructor
Initializes a new instance of PolicyEnrollEndpointUri from a string URI and remote endpoint settings.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public PolicyEnrollEndpointUri(
string uri,
PolicyEnrollAuthenticationType authentication,
int priority,
bool renewalOnly = false,
bool keyBasedRenewal = false
)
Public Sub New (
uri As String,
authentication As PolicyEnrollAuthenticationType,
priority As Integer,
Optional renewalOnly As Boolean = false,
Optional keyBasedRenewal As Boolean = false
)
public:
PolicyEnrollEndpointUri(
String^ uri,
PolicyEnrollAuthenticationType authentication,
int priority,
bool renewalOnly = false,
bool keyBasedRenewal = false
)
new :
uri : string *
authentication : PolicyEnrollAuthenticationType *
priority : int *
?renewalOnly : bool *
?keyBasedRenewal : bool
(* Defaults:
let _renewalOnly = defaultArg renewalOnly false
let _keyBasedRenewal = defaultArg keyBasedRenewal false
*)
-> PolicyEnrollEndpointUri
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.