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

Usage

Visual Basic
Dim instance As SecurityTokenHandlerCollectionManager
Dim usage As String
Dim value As SecurityTokenHandlerCollection

value = instance(usage)

instance(usage) = value

Syntax

Visual Basic
Public Default Property Item ( _
		usage As String _
) As SecurityTokenHandlerCollection
C#
public SecurityTokenHandlerCollection this [
		string usage
] { get; set; }
C++
public:
property SecurityTokenHandlerCollection^ default [String^] {
		SecurityTokenHandlerCollection^ get (String^ usage);
		void set (String^ usage, SecurityTokenHandlerCollection^ value);
}
J#
/** @property */
public SecurityTokenHandlerCollection get_Item (String usage)

/** @property */
public void set_Item (String usage, SecurityTokenHandlerCollection value)
JScript

Parameters

usage

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