SecurityTokenHandlerCollection Class

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

Verwendung

    Dim instance As SecurityTokenHandlerCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class SecurityTokenHandlerCollection
    Inherits Collection(Of SecurityTokenHandler)
[DefaultMemberAttribute("Item")] 
public class SecurityTokenHandlerCollection : Collection<SecurityTokenHandler>
[DefaultMemberAttribute(L"Item")] 
public ref class SecurityTokenHandlerCollection : public Collection<SecurityTokenHandler^>
/** @attribute DefaultMemberAttribute("Item") */ 
public class SecurityTokenHandlerCollection extends Collection<SecurityTokenHandler>
DefaultMemberAttribute("Item") 
public class SecurityTokenHandlerCollection extends Collection<SecurityTokenHandler>

Vererbungshierarchie

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.IdentityModel.Tokens.SecurityTokenHandlerCollection

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

SecurityTokenHandlerCollection Members
Microsoft.IdentityModel.Tokens Namespace