Method | Description | |
---|---|---|
Authenticate ( IRestClient client, IRestRequest request ) : void | ||
NtlmAuthenticator ( ) : System |
Authenticate with the credentials of the currently logged in user
|
|
NtlmAuthenticator ( ICredentials credentials ) : System |
Authenticate by impersonation, using an existing
|
|
NtlmAuthenticator ( string username, string password ) : System |
Authenticate by impersonation
|
public Authenticate ( IRestClient client, IRestRequest request ) : void | ||
client | IRestClient | |
request | IRestRequest | |
return | void |
public NtlmAuthenticator ( ICredentials credentials ) : System | ||
credentials | ICredentials | |
return | System |
public NtlmAuthenticator ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |