IdentityConfigurationElement.SecurityTokenHandlerSets Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Elements, das SecurityTokenHandlerSetElementCollection diesem Identitätskonfigurationselement zugeordnet 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 sicherheitstokenhandlerauflistungen, die für dieses Identitätskonfigurationselement konfiguriert sind.

Attribute

Hinweise

Entspricht der Gruppe von <securityTokenHandlers> Elementen, die unter dem <identityConfiguration> Element konfiguriert sind. Das Identitätskonfigurationselement kann mehrere <securityTokenHandlers> Elemente aufweisen, die jeweils Einstellungen für eine Sammlung von Sicherheitstokenhandlern enthalten.

Gilt für:

Weitere Informationen