C# 클래스 TextUml.Controllers.OAuthController.ChallengeResult

상속: System.Web.Mvc.HttpUnauthorizedResult
파일 보기 프로젝트 열기: kazimanzurrashid/textuml-dotnet

공개 메소드들

메소드 설명
ChallengeResult ( string provider, string redirectUrl, IdentityAuthenticationManager authentication ) : System
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

메소드 상세

ChallengeResult() 공개 메소드

public ChallengeResult ( string provider, string redirectUrl, IdentityAuthenticationManager authentication ) : System
provider string
redirectUrl string
authentication IdentityAuthenticationManager
리턴 System

ExecuteResult() 공개 메소드

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
리턴 void