C# 클래스 BrockAllen.MembershipReboot.Owin.OwinAuthenticationService

상속: AuthenticationService
파일 보기 프로젝트 열기: brockallen/BrockAllen.MembershipReboot 1 사용 예제들

공개 메소드들

메소드 설명
OwinAuthenticationService ( UserAccountService svc, object>.IDictionary env ) : Microsoft.Owin
OwinAuthenticationService ( string authenticationType, UserAccountService svc, object>.IDictionary env ) : Microsoft.Owin
OwinAuthenticationService ( string authenticationType, UserAccountService svc, object>.IDictionary env, System.Security.Claims.ClaimsAuthenticationManager transformer ) : Microsoft.Owin

보호된 메소드들

메소드 설명
GetCurrentPrincipal ( ) : ClaimsPrincipal
IssueToken ( System principal, System.TimeSpan tokenLifetime = null, bool persistentCookie = null ) : void
RevokeToken ( ) : void

비공개 메소드들

메소드 설명
IssueCookie ( IEnumerable enumerable, string authType, System.TimeSpan tokenLifetime, bool persistentCookie ) : void

메소드 상세

GetCurrentPrincipal() 보호된 메소드

protected GetCurrentPrincipal ( ) : ClaimsPrincipal
리턴 System.Security.Claims.ClaimsPrincipal

IssueToken() 보호된 메소드

protected IssueToken ( System principal, System.TimeSpan tokenLifetime = null, bool persistentCookie = null ) : void
principal System
tokenLifetime System.TimeSpan
persistentCookie bool
리턴 void

OwinAuthenticationService() 공개 메소드

public OwinAuthenticationService ( UserAccountService svc, object>.IDictionary env ) : Microsoft.Owin
svc UserAccountService
env object>.IDictionary
리턴 Microsoft.Owin

OwinAuthenticationService() 공개 메소드

public OwinAuthenticationService ( string authenticationType, UserAccountService svc, object>.IDictionary env ) : Microsoft.Owin
authenticationType string
svc UserAccountService
env object>.IDictionary
리턴 Microsoft.Owin

OwinAuthenticationService() 공개 메소드

public OwinAuthenticationService ( string authenticationType, UserAccountService svc, object>.IDictionary env, System.Security.Claims.ClaimsAuthenticationManager transformer ) : Microsoft.Owin
authenticationType string
svc UserAccountService
env object>.IDictionary
transformer System.Security.Claims.ClaimsAuthenticationManager
리턴 Microsoft.Owin

RevokeToken() 보호된 메소드

protected RevokeToken ( ) : void
리턴 void