Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( System.Web.HttpApplication context ) : void |
Method | Description | |
---|---|---|
ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool | ||
ValidateCredentials ( string userName, string password ) : bool |
Method | Description | |
---|---|---|
AuthenticateUser ( Object source, |
||
InitCredentials ( string username, string password ) : void | ||
InitExcludes ( Devbridge.BasicAuthentication.Configuration basicAuth ) : void | ||
IsRedirect ( int httpStatusCode ) : bool | ||
IsStatusOK ( int httpStatusCode ) : bool | ||
IssueAuthenticationChallenge ( Object source, |
||
ShouldChallenge ( |
Returns true if authentication challenge should be sent to client based on configured exclude rules
|
protected ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool | ||
authorizationHeader | string | |
username | string | |
password | string | |
return | bool |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | |
return | void |
protected ValidateCredentials ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |