Метод | Описание | |
---|---|---|
Authenticate ( IRequest request ) : AuthenticationResult | ||
BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System | ||
Challenge ( IResponse response ) : void |
Метод | Описание | |
---|---|---|
ExtractBasicHeader ( string value ) : |
public Authenticate ( IRequest request ) : AuthenticationResult | ||
request | IRequest | |
Результат | AuthenticationResult |
public BasicAuthenticationScheme ( IBasicAuthenticator basicAuthenticator ) : System | ||
basicAuthenticator | IBasicAuthenticator | |
Результат | System |
public Challenge ( IResponse response ) : void | ||
response | IResponse | |
Результат | void |