Freigeben über


FederatedSecurityTokenManager.SecurityTokenHandlers Property

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

Verwendung

    Dim instance As FederatedSecurityTokenManager
Dim value As SecurityTokenHandlerCollection

value = instance.SecurityTokenHandlers

Syntax

'Declaration
Public ReadOnly Property SecurityTokenHandlers As SecurityTokenHandlerCollection
public SecurityTokenHandlerCollection SecurityTokenHandlers { get; }
public:
property SecurityTokenHandlerCollection^ SecurityTokenHandlers {
    SecurityTokenHandlerCollection^ get ();
}
/** @property */
public SecurityTokenHandlerCollection get_SecurityTokenHandlers ()
public function get SecurityTokenHandlers () : 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

FederatedSecurityTokenManager Class
FederatedSecurityTokenManager Members
Microsoft.IdentityModel.Tokens Namespace