共用方式為


IdentityConfigurationElement.ClaimsAuthenticationManager 屬性

定義

取得或設定與這個識別組態項目相關聯的宣告驗證管理員。

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

屬性值

指定宣告驗證管理員之 Type 的自訂型別項目。 型別必須衍生自 ClaimsAuthenticationManager

屬性

備註

對應至 <claimsAuthenticationManager> 專案下設定的專案 <identityConfiguration>

適用於

另請參閱