Share via


IdentityConfigurationElement.ClaimsAuthenticationManager Vlastnost

Definice

Získá nebo nastaví správce ověřování deklarací identity, který je přidružen k tomuto elementu konfigurace identity.

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

Hodnota vlastnosti

Vlastní typ elementu, který určuje Type správce ověřování deklarací identity. Typ musí být odvozen z ClaimsAuthenticationManager.

Atributy

Poznámky

Odpovídá elementu <claimsAuthenticationManager> , který je nakonfigurován pod elementem <identityConfiguration> .

Platí pro

Viz také