| UserCredential Constructor (String, String, String, String) |
Constructor of UserCredential with Username, Password, Domain and HA1String.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic UserCredential(
string sUsername,
string sPassword,
string sDomain,
string sHA1String
)
Parameters
- sUsername
- Type: SystemString
- sPassword
- Type: SystemString
- sDomain
- Type: SystemString
- sHA1String
- Type: SystemString
Remarks
Use empty string if parameter is not applicable or not available.
See Also