IntegratedSecurityClient(String, String, String) Constructor

Uses the specified username and password to authenticate.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public IntegratedSecurityClient(
	string username,
	string password,
	string domain
)

Parameters

username  String
The username to use
password  String
the password to use
domain  String
the domain to long in as.

See Also