C# Class URSA.Web.Http.Security.BasicAuthenticationProvider

Provides an implementation of the Basic authentication scheme.
Inheritance: IAuthenticationProvider, IDefaultAuthenticationScheme
Afficher le fichier Open project: alien-mcl/URSA Class Usage Examples

Private Properties

Свойство Type Description
AuthenticateInternal System.Threading.Tasks.Task
BasicAuthenticationProvider System
Challenge System.Threading.Tasks.Task
ParseAuthorizationHeader bool

Méthodes publiques

Méthode Description
Process ( IRequestInfo request ) : System.Threading.Tasks.Task
Process ( IResponseInfo response ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
AuthenticateInternal ( RequestInfo request ) : System.Threading.Tasks.Task
BasicAuthenticationProvider ( IIdentityProvider identityProvider ) : System
Challenge ( ResponseInfo response ) : System.Threading.Tasks.Task
ParseAuthorizationHeader ( string authorizationString, string &userName, string &password ) : bool

Method Details

Process() public méthode

public Process ( IRequestInfo request ) : System.Threading.Tasks.Task
request IRequestInfo
Résultat System.Threading.Tasks.Task

Process() public méthode

public Process ( IResponseInfo response ) : System.Threading.Tasks.Task
response IResponseInfo
Résultat System.Threading.Tasks.Task