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);