Share via


IdentityConfigurationElement.ClaimsAuthenticationManager プロパティ

定義

この 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> 対応します。

適用対象

こちらもご覧ください