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

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public 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