C# Класс AuthBridge.Protocols.OpenID.RelativeOpenIdHandler

Наследование: ProtocolHandlerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
RelativeOpenIdHandler ( ClaimProvider issuer ) : System

Описание методов

ProcessSignInRequest() публичный Метод

public ProcessSignInRequest ( Scope scope, System.Web.HttpContextBase httpContext ) : void
scope AuthBridge.Model.Scope
httpContext System.Web.HttpContextBase
Результат void

ProcessSignInResponse() публичный Метод

public ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
Результат System.Security.Claims.ClaimsIdentity

RelativeOpenIdHandler() публичный Метод

public RelativeOpenIdHandler ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
Результат System