IdentityConfigurationElement.ClaimsAuthenticationManager Egenskap

Definition

Hämtar eller anger anspråksautentiseringshanteraren som är associerad med det här identitetskonfigurationselementet.

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

Egenskapsvärde

Ett element av anpassad typ som anger Type autentiseringshanteraren för anspråk. Typen måste härledas från ClaimsAuthenticationManager.

Attribut

Kommentarer

Motsvarar det <claimsAuthenticationManager> element som har konfigurerats under elementet <identityConfiguration> .

Gäller för

Se även