IdentityConfigurationElement.ClaimsAuthenticationManager Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>
.