Click or drag to resize
EnrollmentCredential Constructor
Constructor of EnrollmentCredential with certificate Common Name and Enrollment Password.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public EnrollmentCredential(
	string sCommonName,
	string sEnrollmentPassword
)

Parameters

sCommonName
Type: SystemString
A string value of Certificate Common Name for the enrollment
sEnrollmentPassword
Type: SystemString
A string value of enrollment password.
See Also