IdentityConfigurationElement.SecurityTokenHandlerSets Właściwość

Definicja

Pobiera lub ustawia SecurityTokenHandlerSetElementCollection 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 zawierać wiele <securityTokenHandlers> elementów, z których każdy zawiera ustawienia kolekcji procedur obsługi tokenów zabezpieczających.

Dotyczy

Zobacz też