C# 클래스 AuthBridge.Clients.OpenIdClient

상속: DotNetOpenAuth.AspNet.Clients.OpenIdClient
파일 보기 프로젝트 열기: Teleopti/authbridge 1 사용 예제들

공개 메소드들

메소드 설명
OpenIdClient ( Uri url, Uri realmUri ) : System
RequestAuthentication ( System.Web.HttpContextBase context, Uri returnUrl ) : void

보호된 메소드들

메소드 설명
GetExtraData ( IAuthenticationResponse response ) : string>.Dictionary

메소드 상세

GetExtraData() 보호된 메소드

protected GetExtraData ( IAuthenticationResponse response ) : string>.Dictionary
response IAuthenticationResponse
리턴 string>.Dictionary

OpenIdClient() 공개 메소드

public OpenIdClient ( Uri url, Uri realmUri ) : System
url System.Uri
realmUri System.Uri
리턴 System

RequestAuthentication() 공개 메소드

public RequestAuthentication ( System.Web.HttpContextBase context, Uri returnUrl ) : void
context System.Web.HttpContextBase
returnUrl System.Uri
리턴 void