AuthBridge.Protocols.ProtocolHandlerBase.ProcessSignInResponse C# (CSharp) Méthode

ProcessSignInResponse() public abstract méthode

public abstract ProcessSignInResponse ( string realm, string originalUrl, System.Web.HttpContextBase httpContext ) : ClaimsIdentity
realm string
originalUrl string
httpContext System.Web.HttpContextBase
Résultat ClaimsIdentity
        public abstract ClaimsIdentity ProcessSignInResponse(string realm, string originalUrl, HttpContextBase httpContext);