IdentityConfigurationElement.ClaimsAuthenticationManager プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この ID 構成要素に関連付けられているクレーム認証マネージャーを取得または設定します。
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>要素に対応します。