This documentation is archived and is not being maintained.
CookielessData Members
Visual Studio 2008
Encapsulates data into an encrypted FormsAuthenticationTicket for a page adapter to include in links in mobile controls.
The CookielessData type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an entry with the specified key and value into the HybridDictionary. (Inherited from HybridDictionary.) |
|
Clear | Removes all entries from the HybridDictionary. (Inherited from HybridDictionary.) |
|
Contains | Determines whether the HybridDictionary contains a specific key. (Inherited from HybridDictionary.) |
|
CopyTo | Copies the HybridDictionary entries to a one-dimensional Array instance at the specified index. (Inherited from HybridDictionary.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an IDictionaryEnumerator that iterates through the HybridDictionary. (Inherited from HybridDictionary.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the entry with the specified key from the HybridDictionary. (Inherited from HybridDictionary.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Count | Gets the number of key/value pairs contained in the HybridDictionary. (Inherited from HybridDictionary.) |
|
IsFixedSize | Gets a value indicating whether the HybridDictionary has a fixed size. (Inherited from HybridDictionary.) |
|
IsReadOnly | Gets a value indicating whether the HybridDictionary is read-only. (Inherited from HybridDictionary.) |
|
IsSynchronized | Gets a value indicating whether the HybridDictionary is synchronized (thread safe). (Inherited from HybridDictionary.) |
|
Item | Gets or sets the value associated with the specified key. (Inherited from HybridDictionary.) |
|
Keys | Gets an ICollection containing the keys in the HybridDictionary. (Inherited from HybridDictionary.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the HybridDictionary. (Inherited from HybridDictionary.) |
|
Values | Gets an ICollection containing the values in the HybridDictionary. (Inherited from HybridDictionary.) |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Returns an IEnumerator that iterates through the HybridDictionary. (Inherited from HybridDictionary.) |
Show: