Method | Description | |
---|---|---|
AuthenticationCookie ( short cookieType, System.Guid id, bool persistent, |
||
Deserialize ( byte data ) : |
||
GetPrincipal ( ) : IPrincipal | ||
IsExpired ( System.TimeSpan validity ) : bool | ||
Renew ( ) : void | ||
Serialize ( ) : byte[] |
Method | Description | |
---|---|---|
AuthenticationCookie ( byte data ) : System |
public AuthenticationCookie ( short cookieType, System.Guid id, bool persistent, |
||
cookieType | short | |
id | System.Guid | |
persistent | bool | |
identity | ||
return | System |
public static Deserialize ( byte data ) : |
||
data | byte | |
return |
public IsExpired ( System.TimeSpan validity ) : bool | ||
validity | System.TimeSpan | |
return | bool |