Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As SecurityTokenHandlerCollectionManager
Dim value As IEnumerable(Of SecurityTokenHandlerCollection)

value = instance.SecurityTokenHandlerCollections

Синтаксис

Visual Basic
Public ReadOnly Property SecurityTokenHandlerCollections As IEnumerable(Of SecurityTokenHandlerCollection)
C#
public IEnumerable<SecurityTokenHandlerCollection> SecurityTokenHandlerCollections { get; }
C++
public:
property IEnumerable<SecurityTokenHandlerCollection^>^ SecurityTokenHandlerCollections {
		IEnumerable<SecurityTokenHandlerCollection^>^ get ();
}
J#
/** @property */
public IEnumerable<SecurityTokenHandlerCollection> get_SecurityTokenHandlerCollections ()
JScript
public function get SecurityTokenHandlerCollections () : IEnumerable<SecurityTokenHandlerCollection>

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также