A collection of SecurityTokenHandlerCollection elements.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ServiceElement
Dim value As SecurityTokenHandlerSetElementCollection

value = instance.SecurityTokenHandlerSets

Syntax

Visual Basic
<ConfigurationPropertyAttribute("", Options:=ConfigurationPropertyOptions.IsDefaultCollection)> _
Public ReadOnly Property SecurityTokenHandlerSets As SecurityTokenHandlerSetElementCollection
C#
[ConfigurationPropertyAttribute("", Options=ConfigurationPropertyOptions.IsDefaultCollection)] 
public SecurityTokenHandlerSetElementCollection SecurityTokenHandlerSets { get; }
C++
[ConfigurationPropertyAttribute(L"", Options=ConfigurationPropertyOptions::IsDefaultCollection)] 
public:
property SecurityTokenHandlerSetElementCollection^ SecurityTokenHandlerSets {
		SecurityTokenHandlerSetElementCollection^ get ();
}
J#
/** @property */
public SecurityTokenHandlerSetElementCollection get_SecurityTokenHandlerSets ()
JScript
public function get SecurityTokenHandlerSets () : SecurityTokenHandlerSetElementCollection

Property Value

A collection of SecurityTokenHandlerCollection elements.

Exceptions

Exception type Condition

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