AuthBridge.Protocols.ProtocolHandlerBase.ProcessSignInResponse C# (CSharp) Метод

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

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