CESUri Constructor
Initializes a new instance of the 
CESUri class
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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  String
- Certificate Enrollment Web Services (CES) URL.
            
- authentication  PolicyAuthenticationEnum
- Specifies the authentication type supported by the URL.
- priority  Int32
- Specifies a priority for the URL. The lower number means higher priority.
- renewalOnly  Boolean
- Specifies whether a service supports only renewal operations
            (do not support initial certificate enrollment).