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

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

공개 메소드들

메소드 설명
Create ( ) : Data.Dto.v6.SecureCookie
Delete ( System.Guid guid ) : ScalarResult
Get ( ) : IEnumerable
Login ( System.Guid guid, System.Guid passwordGuid ) : Data.Dto.v6.SecureCookie
SecureCookie ( IPortalApplication portalApplication, IAuthenticationRepository repository, IAuthenticationModule authenticationModule ) : Chaos.Portal.Core.Request

메소드 상세

Create() 공개 메소드

public Create ( ) : Data.Dto.v6.SecureCookie
리턴 Data.Dto.v6.SecureCookie

Delete() 공개 메소드

public Delete ( System.Guid guid ) : ScalarResult
guid System.Guid
리턴 Chaos.Portal.Core.Data.Model.ScalarResult

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Login() 공개 메소드

public Login ( System.Guid guid, System.Guid passwordGuid ) : Data.Dto.v6.SecureCookie
guid System.Guid
passwordGuid System.Guid
리턴 Data.Dto.v6.SecureCookie

SecureCookie() 공개 메소드

public SecureCookie ( IPortalApplication portalApplication, IAuthenticationRepository repository, IAuthenticationModule authenticationModule ) : Chaos.Portal.Core.Request
portalApplication IPortalApplication
repository IAuthenticationRepository
authenticationModule IAuthenticationModule
리턴 Chaos.Portal.Core.Request