Freigeben über


ServiceConfiguration.SecurityTokenHandlerCollectionManager Property

Gets or sets the set of T:Microsoft.IdentityModel.Tokens.SecurityTokenHandler objects used for serializing and validating tokens found in WS-Trust messages.

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

Verwendung

    Dim instance As ServiceConfiguration
Dim value As SecurityTokenHandlerCollectionManager

value = instance.SecurityTokenHandlerCollectionManager

Syntax

'Declaration
Public ReadOnly Property SecurityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager
public SecurityTokenHandlerCollectionManager SecurityTokenHandlerCollectionManager { get; }
public:
property SecurityTokenHandlerCollectionManager^ SecurityTokenHandlerCollectionManager {
    SecurityTokenHandlerCollectionManager^ get ();
}
/** @property */
public SecurityTokenHandlerCollectionManager get_SecurityTokenHandlerCollectionManager ()
public function get SecurityTokenHandlerCollectionManager () : SecurityTokenHandlerCollectionManager

Eigenschaftenwert

A set of T:Microsoft.IdentityModel.Tokens.SecurityTokenHandler objects.

Ausnahmen

Ausnahmetyp Bedingung

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

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace