IdentityConfigurationElement.ClaimsAuthenticationManager Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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 ClaimsAuthenticationManagerklasy .
- Atrybuty
Uwagi
Odpowiada elementowi skonfigurowanemu <claimsAuthenticationManager>
w ramach <identityConfiguration>
elementu.