Метод | Описание | |
---|---|---|
CreateUser ( string userName, string password ) : void | ||
Dispose ( ) : void | ||
Init ( System.Web.HttpApplication context ) : void | ||
IsAnonymousAccessAllowed ( |
Метод | Описание | |
---|---|---|
Authenticate ( |
||
AuthenticateRequest ( object sender, |
||
CheckPassword ( UserCredentials user, string password ) : bool | ||
GetPasswordHash ( string salt, string password ) : string | ||
GetUser ( string name ) : UserCredentials | ||
ParseAuthHeader ( string authHeader ) : string[] | ||
TryGetPrincipal ( string creds ) : IPrincipal |
public static CreateUser ( string userName, string password ) : void | ||
userName | string | |
password | string | |
Результат | void |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | |
Результат | void |
public static IsAnonymousAccessAllowed ( |
||
request | ||
Результат | bool |