BoC.Security.Mvc.OpenIdRelyingPartyService.GetResponse C# (CSharp) 메소드

GetResponse() 공개 메소드

public GetResponse ( ) : IAuthenticationResponse
리턴 IAuthenticationResponse
        public IAuthenticationResponse GetResponse()
        {
            return relyingParty.GetResponse();
        }

Same methods

OpenIdRelyingPartyService::GetResponse ( DotNetOpenAuth.Messaging.HttpRequestInfo request ) : IAuthenticationResponse