IdentityConfigurationElement.ClaimsAuthorizationManager 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個識別組態項目相關聯的宣告授權管理員。
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>
。