C# Class AppHarbor.Web.Security.AuthenticationCookie

Afficher le fichier Open project: pebblecode/AppHarbor.Web.Security Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticationCookie ( short cookieType, System.Guid id, bool persistent, ClaimsIdentity identity ) : System
Deserialize ( byte data ) : AuthenticationCookie
GetPrincipal ( ) : IPrincipal
IsExpired ( System.TimeSpan validity ) : bool
Renew ( ) : void
Serialize ( ) : byte[]

Private Methods

Méthode Description
AuthenticationCookie ( byte data ) : System

Method Details

AuthenticationCookie() public méthode

public AuthenticationCookie ( short cookieType, System.Guid id, bool persistent, ClaimsIdentity identity ) : System
cookieType short
id System.Guid
persistent bool
identity System.Security.Claims.ClaimsIdentity
Résultat System

Deserialize() public static méthode

public static Deserialize ( byte data ) : AuthenticationCookie
data byte
Résultat AuthenticationCookie

GetPrincipal() public méthode

public GetPrincipal ( ) : IPrincipal
Résultat IPrincipal

IsExpired() public méthode

public IsExpired ( System.TimeSpan validity ) : bool
validity System.TimeSpan
Résultat bool

Renew() public méthode

public Renew ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( ) : byte[]
Résultat byte[]