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