C# Class Chaos.Portal.Authentication.Extension.SecureCookie

Inheritance: Chaos.Portal.Core.Extension.AExtension
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.Authentication

Méthodes publiques

Méthode Description
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

Method Details

Create() public méthode

public Create ( ) : Data.Dto.v6.SecureCookie
Résultat Data.Dto.v6.SecureCookie

Delete() public méthode

public Delete ( System.Guid guid ) : ScalarResult
guid System.Guid
Résultat Chaos.Portal.Core.Data.Model.ScalarResult

Get() public méthode

public Get ( ) : IEnumerable
Résultat IEnumerable

Login() public méthode

public Login ( System.Guid guid, System.Guid passwordGuid ) : Data.Dto.v6.SecureCookie
guid System.Guid
passwordGuid System.Guid
Résultat Data.Dto.v6.SecureCookie

SecureCookie() public méthode

public SecureCookie ( IPortalApplication portalApplication, IAuthenticationRepository repository, IAuthenticationModule authenticationModule ) : Chaos.Portal.Core.Request
portalApplication IPortalApplication
repository IAuthenticationRepository
authenticationModule IAuthenticationModule
Résultat Chaos.Portal.Core.Request