IdentityConfigurationElement.SecurityTokenHandlerSets Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 elementu <identityConfiguration>
. Element konfigurace identity může mít více <securityTokenHandlers>
prvků, z nichž každý obsahuje nastavení pro kolekci obslužných rutin tokenů zabezpečení.