CookielessData Class

Definition

Caution

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.

Encapsulates data into an encrypted FormsAuthenticationTicket for a page adapter to include in links in mobile controls.

public ref class CookielessData : System::Collections::Specialized::HybridDictionary
public class CookielessData : System.Collections.Specialized.HybridDictionary
[System.Obsolete("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.")]
public class CookielessData : System.Collections.Specialized.HybridDictionary
type CookielessData = class
    inherit HybridDictionary
[<System.Obsolete("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.")>]
type CookielessData = class
    inherit HybridDictionary
Public Class CookielessData
Inherits HybridDictionary
Inheritance
CookielessData
Attributes

Remarks

For more information, see HybridDictionary.

Constructors

CookielessData()

Creates an instance of the CookielessData class. This API is obsolete.

Properties

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)

Methods

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)
GetEnumerator()

Returns an IDictionaryEnumerator that iterates through the HybridDictionary.

(Inherited from HybridDictionary)
GetHashCode()

Serves as the default hash function.

(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(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)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an IEnumerator that iterates through the HybridDictionary.

(Inherited from HybridDictionary)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to

See also