IssuerNameRegistryElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイル内の <issuerNameRegistry>
要素を表します。 このクラスは継承できません。
public ref class IssuerNameRegistryElement sealed : System::IdentityModel::Configuration::ConfigurationElementInterceptor
public sealed class IssuerNameRegistryElement : System.IdentityModel.Configuration.ConfigurationElementInterceptor
type IssuerNameRegistryElement = class
inherit ConfigurationElementInterceptor
Public NotInheritable Class IssuerNameRegistryElement
Inherits ConfigurationElementInterceptor
- 継承
注釈
要素は <issuerNameRegistry>
、発行者名レジストリを構成します。 発行者名レジストリは、発行者トークンを文字列名にマップします。
Typeプロパティ (要素の属性をtype
表します) を設定して、カスタム型を登録できます。 既定では、 の ConfigurationBasedIssuerNameRegistry 型が想定されます。
要素は <issuerNameRegistry>
、 要素のサービス レベルで指定することも、 <identityConfiguration>
要素の下のセキュリティ トークン ハンドラー コレクションに <securityTokenHandlerConfiguration>
指定することもできます。
IssuerNameRegistry
クラスの IdentityConfigurationElement プロパティと クラスの SecurityTokenHandlerConfigurationElement プロパティは、 のIssuerNameRegistryElementインスタンスです。
コンストラクター
IssuerNameRegistryElement() |
IssuerNameRegistryElement クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
適用対象
こちらもご覧ください
.NET