Język

IdentityConfigurationElement.ClaimsAuthenticationManager Właściwość

Definicja

Pobiera lub ustawia menedżera uwierzytelniania oświadczeń skojarzony z tym elementem konfiguracji tożsamości.

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

Wartość właściwości

Niestandardowy element typu, który określa Type menedżera uwierzytelniania oświadczeń. Typ musi pochodzić z klasy ClaimsAuthenticationManager.

Atrybuty

Uwagi

Odpowiada elementowi <claimsAuthenticationManager> skonfigurowanemu w ramach <identityConfiguration> elementu .

Dotyczy

Zobacz też