| UserCredential Constructor (String, String, DateTime) |
Constructor of UserCredential with Username, Password and Credential Expiry.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic UserCredential(
string sUsername,
string sPassword,
DateTime credentialExpiry
)
Parameters
- sUsername
- Type: SystemString
- sPassword
- Type: SystemString
- credentialExpiry
- Type: SystemDateTime
See Also