Share via


IdentityConfigurationElement.SecurityTokenHandlerSets Eigenschaft

Definition

Übernimmt oder bestimmt das SecurityTokenHandlerSetElementCollection-Objekt, das mit dieser Identitätskonfiguration verknüpft ist.

public:
 property System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ SecurityTokenHandlerSets { System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection SecurityTokenHandlerSets { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.SecurityTokenHandlerSets : System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection
Public ReadOnly Property SecurityTokenHandlerSets As SecurityTokenHandlerSetElementCollection

Eigenschaftswert

Die Für dieses Identitätskonfigurationselement konfigurierten Sicherheitstokenhandlersammlungen.

Attribute

Hinweise

Entspricht dem Satz von <securityTokenHandlers> Elementen, die unter dem <identityConfiguration> -Element konfiguriert sind. Das Identitätskonfigurationselement kann mehrere <securityTokenHandlers> Elemente aufweisen, von denen jedes Einstellungen für eine Sammlung von Sicherheitstokenhandlern enthält.

Gilt für:

Weitere Informationen