IdentityConfigurationElement.ClaimsAuthorizationManager プロパティ

定義

この ID 構成要素に関連付けられているクレーム承認マネージャーを取得または設定します。

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>要素に対応します。

適用対象

こちらもご覧ください