IntegratedSecurityClient(String, String, String) Constructor
Uses the specified username and password to authenticate.
Namespace: SnapDB.Security.AuthenticationAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public IntegratedSecurityClient(
string username,
string password,
string domain
)
Public Sub New (
username As String,
password As String,
domain As String
)
public:
IntegratedSecurityClient(
String^ username,
String^ password,
String^ domain
)
SnapDB.Security.Authentication.IntegratedSecurityClient = function(username, password, domain);
Parameters
- username String
- The username to use
- password String
- the password to use
- domain String
- the domain to long in as.