C# 클래스 Chaos.Portal.Authentication.Extension.AuthKey

상속: AExtension
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.Authentication

공개 메소드들

메소드 설명
AuthKey ( IPortalApplication portalApplication, IAuthenticationRepository authenticationRepository ) : System
Create ( string name ) : Data.Model.AuthKey
Delete ( string name ) : ScalarResult
Get ( ) : IList
Login ( string token ) : Data.Session

비공개 메소드들

메소드 설명
GetAuthenticationKey ( string hashed ) : Data.Model.AuthKey
ToHash ( string secret ) : string

메소드 상세

AuthKey() 공개 메소드

public AuthKey ( IPortalApplication portalApplication, IAuthenticationRepository authenticationRepository ) : System
portalApplication IPortalApplication
authenticationRepository IAuthenticationRepository
리턴 System

Create() 공개 메소드

public Create ( string name ) : Data.Model.AuthKey
name string
리턴 Data.Model.AuthKey

Delete() 공개 메소드

public Delete ( string name ) : ScalarResult
name string
리턴 ScalarResult

Get() 공개 메소드

public Get ( ) : IList
리턴 IList

Login() 공개 메소드

public Login ( string token ) : Data.Session
token string
리턴 Data.Session