Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SecurityTokenHandlerCollection
Dim tokenType As Type
Dim value As SecurityTokenHandler

value = instance(tokenType)

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
		tokenType As Type _
) As SecurityTokenHandler
C#
public SecurityTokenHandler this [
		Type tokenType
] { get; }
C++
public:
property SecurityTokenHandler^ default [Type^] {
		SecurityTokenHandler^ get (Type^ tokenType);
}
J#
/** @property */
public SecurityTokenHandler get_Item (Type tokenType)
JScript

Parameters

tokenType

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