IdentityConfigurationElement.SecurityTokenHandlerSets Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia SecurityTokenHandlerSetElementCollection element konfiguracji, który jest skojarzony z tym elementem konfiguracji tożsamości.
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
Wartość właściwości
Kolekcje procedury obsługi tokenów zabezpieczających skonfigurowane dla tego elementu konfiguracji tożsamości.
- Atrybuty
Uwagi
Odpowiada zestawowi elementów skonfigurowanych <securityTokenHandlers>
w ramach <identityConfiguration>
elementu . Element konfiguracji tożsamości może mieć wiele <securityTokenHandlers>
elementów, z których każdy zawiera ustawienia dla kolekcji procedur obsługi tokenów zabezpieczających.