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

SecurityTokenHandlerSetElementCollection

Die für dieses Identitätskonfigurationselement konfigurierten Sicherheitstokenhandlerauflistungen.

Attribute

Hinweise

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

Gilt für:

Siehe auch