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