Share via


IdentityConfigurationElement.ClaimsAuthenticationManager Özellik

Tanım

Bu kimlik yapılandırma öğesiyle ilişkili talep kimlik doğrulama yöneticisini alır veya ayarlar.

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

Özellik Değeri

Talep kimlik doğrulama yöneticisinin öğesini Type belirten özel bir tür öğesi. Türün türünden ClaimsAuthenticationManagertüretilmiş olması gerekir.

Öznitelikler

Açıklamalar

öğesinin <claimsAuthenticationManager> altında yapılandırılan öğeye <identityConfiguration> karşılık gelir.

Şunlara uygulanır

Ayrıca bkz.