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

Usage

Visual Basic
Dim instance As SecurityTokenHandler
Dim value As SecurityTokenHandlerCollection

value = instance.ContainingCollection

instance.ContainingCollection = value

Syntax

Visual Basic
Public Property ContainingCollection As SecurityTokenHandlerCollection
C#
public SecurityTokenHandlerCollection ContainingCollection { get; set; }
C++
public:
property SecurityTokenHandlerCollection^ ContainingCollection {
		SecurityTokenHandlerCollection^ get ();
		void set (SecurityTokenHandlerCollection^ value);
}
J#
/** @property */
public SecurityTokenHandlerCollection get_ContainingCollection ()

/** @property */
public void set_ContainingCollection (SecurityTokenHandlerCollection value)
JScript
public function get ContainingCollection () : SecurityTokenHandlerCollection

public function set ContainingCollection (value : SecurityTokenHandlerCollection)

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