IdentityConfigurationElement.ClaimsAuthenticationManager Propriété

Définition

Obtient ou définit le gestionnaire d'authentification des revendications associé à cet élément de configuration d'identité.

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ ClaimsAuthenticationManager { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("claimsAuthenticationManager", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement ClaimsAuthenticationManager { get; set; }
[<System.Configuration.ConfigurationProperty("claimsAuthenticationManager", IsRequired=false)>]
member this.ClaimsAuthenticationManager : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property ClaimsAuthenticationManager As CustomTypeElement

Valeur de propriété

Élément de type personnalisé qui spécifie le Type du gestionnaire d'authentification des revendications. Le type doit dériver de ClaimsAuthenticationManager.

Attributs

Remarques

Correspond à l’élément <claimsAuthenticationManager> configuré sous l’élément <identityConfiguration> .

S’applique à

Voir aussi