IdentityConfigurationElement.SecurityTokenHandlerSets Egenskap

Definition

Hämtar eller anger SecurityTokenHandlerSetElementCollection det som är associerat med det här identitetskonfigurationselementet.

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

Egenskapsvärde

Säkerhetstokenhanterarsamlingarna som konfigurerats för det här identitetskonfigurationselementet.

Attribut

Kommentarer

Motsvarar den uppsättning <securityTokenHandlers> element som har konfigurerats under elementet <identityConfiguration> . Identitetskonfigurationselementet kan ha flera <securityTokenHandlers> element som var och en innehåller inställningar för en samling säkerhetstokenhanterare.

Gäller för

Se även