A collection of SecurityTokenHandlerCollection elements.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As ServiceElement
Dim value As SecurityTokenHandlerSetElementCollection

value = instance.SecurityTokenHandlerSets

Синтаксис

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

Значение свойства

A collection of SecurityTokenHandlerCollection elements.

Исключения

Тип исключений Условие

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также