Property | Type | Description |
---|
Method | Description | |
---|---|---|
AuthenticateUser ( object source, |
||
Dispose ( ) : void | ||
Init ( System.Web.HttpApplication context ) : void | ||
IssueAuthenticationChallenge ( object source, |
Method | Description | |
---|---|---|
ExtractBasicCredentials ( string authorizationHeader, string &username, string &password ) : bool | ||
ValidateCredentials ( String userName, String password ) : bool |
public AuthenticateUser ( object source, |
||
source | object | |
e | ||
return | void |
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 |
public IssueAuthenticationChallenge ( object source, |
||
source | object | |
e | ||
return | void |
protected ValidateCredentials ( String userName, String password ) : bool | ||
userName | String | |
password | String | |
return | bool |