CustomTypeElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイルにカスタムの Type を指定する属性または要素を表します。 このクラスは継承できません。
public ref class CustomTypeElement sealed : System::IdentityModel::Configuration::ConfigurationElementInterceptor
public sealed class CustomTypeElement : System.IdentityModel.Configuration.ConfigurationElementInterceptor
type CustomTypeElement = class
inherit ConfigurationElementInterceptor
Public NotInheritable Class CustomTypeElement
Inherits ConfigurationElementInterceptor
- 継承
注釈
クラスは CustomTypeElement 、構成ファイル内のカスタム型を指定する属性または要素を表します。 たとえば、クレーム ID マネージャーを<指定するために使用される claimsAuthenticationManager> 要素には、クレーム認証マネージャー<claimsAuthenticationManager type="MyNamespace.CustomClaimsAuthenticationManager, MyAssembly"/>
の をType指定する属性が含まれていますtype
。 identityConfiguration 要素の下で構成されたこの要素を<表す プロパティは、 のインスタンスを取得および設定します。>CustomTypeElementIdentityConfigurationElement.ClaimsAuthenticationManager
コンストラクター
CustomTypeElement() |
CustomTypeElement クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET