CookieTransform Class

Definition

The abstract base class for classes that apply a reversible data transform to cookie data.

public ref class CookieTransform abstract
public abstract class CookieTransform
type CookieTransform = class
Public MustInherit Class CookieTransform
Inheritance
CookieTransform
Derived

Constructors

CookieTransform()

Called from constructors in derived classes to initialize the CookieTransform class.

Methods

Decode(Byte[])

When overridden in a derived class, reverses the transform.

Encode(Byte[])

When overridden in a derived class, applies the transform.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also