Method |
Description |
|
Compress ( byte data ) : byte[] |
|
|
Decompress ( byte data ) : byte[] |
|
|
DeserializeWithBinaryFormatter ( byte data ) : object>.IDictionary |
|
|
DeserializeWithJsonFormatter ( string data ) : object>.IDictionary |
|
|
GetAnonMachineKeyPurpose ( ) : string |
|
|
GetCookieValue ( ControllerContext controllerContext ) : string |
|
|
GetMachineKeyPrefix ( System.Web.HttpContextBase ctx ) : string |
|
|
GetMachineKeyPurpose ( System.Web.HttpContextBase ctx ) : string |
|
|
GetMachineKeyPurposeFromPrefix ( string prefix, System.Web.HttpContextBase ctx ) : string |
|
|
IssueCookie ( ControllerContext controllerContext, string value ) : void |
|
|
Protect ( byte data, System.Web.HttpContextBase ctx ) : string |
|
|
SerializeWithBinaryFormatter ( object>.IDictionary data ) : byte[] |
|
|
SerializeWithJsonFormatter ( object>.IDictionary data ) : string |
|
|
Unprotect ( string value, System.Web.HttpContextBase ctx ) : byte[] |
|
|