Click or drag to resize

UserCredential Constructor (String, String)

Constructor of UserCredential with Username and Password.

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

Parameters

sUsername
Type: SystemString
sPassword
Type: SystemString
See Also