Click or drag to resize
UserCredential Constructor (String, String, String, DateTime)
Constructor of UserCredential with Username, Password , Domain and Credential Expiry.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public UserCredential(
	string sUsername,
	string sPassword,
	string sDomain,
	DateTime credentialExpiry
)

Parameters

sUsername
Type: SystemString
sPassword
Type: SystemString
sDomain
Type: SystemString
credentialExpiry
Type: SystemDateTime
See Also