Share via


IdentityConfigurationElement.SecurityTokenHandlerSets Vlastnost

Definice

Získá nebo nastaví , SecurityTokenHandlerSetElementCollection která je přidružena k této identitě konfigurační prvek.

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

Hodnota vlastnosti

Kolekce obslužných rutin tokenů zabezpečení nakonfigurované pro tento element konfigurace identity.

Atributy

Poznámky

Odpovídá sadě elementů <securityTokenHandlers> , které jsou nakonfigurovány v rámci elementu <identityConfiguration> . Element konfigurace identity může mít více <securityTokenHandlers> elementů, z nichž každý obsahuje nastavení pro kolekci obslužných rutin tokenů zabezpečení.

Platí pro

Viz také