共用方式為


IdentityConfigurationElement.ClaimsAuthorizationManager 屬性

定義

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

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ ClaimsAuthorizationManager { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("claimsAuthorizationManager", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement ClaimsAuthorizationManager { get; set; }
[<System.Configuration.ConfigurationProperty("claimsAuthorizationManager", IsRequired=false)>]
member this.ClaimsAuthorizationManager : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property ClaimsAuthorizationManager As CustomTypeElement

屬性值

自訂型別項目,會指定宣告授權管理員的 Type。 型別必須衍生自 ClaimsAuthorizationManager

屬性

備註

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

適用於

另請參閱