C# Класс RestSharp.NtlmAuthenticator

Tries to Authenticate with the credentials of the currently logged in user
Наследование: IAuthenticator
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ICredentials instance

NtlmAuthenticator ( string username, string password ) : System

Authenticate by impersonation

Описание методов

Authenticate() публичный Метод

public Authenticate ( IRestClient client, IRestRequest request ) : void
client IRestClient
request IRestRequest
Результат void

NtlmAuthenticator() публичный Метод

Authenticate with the credentials of the currently logged in user
public NtlmAuthenticator ( ) : System
Результат System

NtlmAuthenticator() публичный Метод

Authenticate by impersonation, using an existing ICredentials instance
public NtlmAuthenticator ( ICredentials credentials ) : System
credentials ICredentials
Результат System

NtlmAuthenticator() публичный Метод

Authenticate by impersonation
public NtlmAuthenticator ( string username, string password ) : System
username string
password string
Результат System