Reads a cookie.
Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As CookieHandler
Dim name As String
Dim returnValue As Byte()

returnValue = instance.Read(name)

Syntax

Visual Basic
Public Function Read ( _
		name As String _
) As Byte()
C#
public byte[] Read (
		string name
)
C++
public:
array<unsigned char>^ Read (
		String^ name
)
J#
public byte[] Read (
		String name
)
JScript
public function Read (
		name : String
) : byte[]

Parameters

name

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also