| EnrollmentCredential Constructor |
Constructor of EnrollmentCredential with certificate Common Name and Enrollment Password.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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