CookielessData Class
Encapsulates data into an encrypted FormsAuthenticationTicket for a page adapter to include in links in mobile controls. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] [AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class CookielessData : HybridDictionary
| Name | Description | |
|---|---|---|
![]() | CookielessData() | Creates an instance of the CookielessData class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
| 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[Object] | 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 | |
|---|---|---|
![]() | Add(Object, Object) | 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(Object) | Determines whether the HybridDictionary contains a specific key.(Inherited from HybridDictionary.) |
![]() | CopyTo(Array, Int32) | Copies the HybridDictionary entries to a one-dimensional Array instance at the specified index.(Inherited from HybridDictionary.) |
![]() | Equals(Object) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(Object) | 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 | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator() | Returns an IEnumerator that iterates through the HybridDictionary.(Inherited from HybridDictionary.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
For more information, see HybridDictionary.
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




