Bagikan melalui


IdentityConfigurationElement.ClaimsAuthenticationManager Properti

Definisi

Mendapatkan atau mengatur manajer autentikasi klaim yang terkait dengan elemen konfigurasi identitas ini.

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

Nilai Properti

Elemen jenis kustom yang menentukan Type manajer autentikasi klaim. Jenis harus berasal dari ClaimsAuthenticationManager.

Atribut

Keterangan

<claimsAuthenticationManager> Sesuai dengan elemen yang dikonfigurasi di <identityConfiguration> bawah elemen .

Berlaku untuk

Lihat juga