SecurityTokenHandlerConfigurationElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイル内の <securityTokenHandlerConfiguration> 要素を表します。
public ref class SecurityTokenHandlerConfigurationElement sealed : System::Configuration::ConfigurationElement
public sealed class SecurityTokenHandlerConfigurationElement : System.Configuration.ConfigurationElement
type SecurityTokenHandlerConfigurationElement = class
inherit ConfigurationElement
Public NotInheritable Class SecurityTokenHandlerConfigurationElement
Inherits ConfigurationElement
- 継承
注釈
要素は <securityTokenHandlerConfiguration> 、 要素で構成されたセキュリティ トークン ハンドラーのコレクションの既定の構成設定を <securityTokenHandlers> 提供します。
<securityTokenHandlers> 要素は、SecurityTokenHandlerElementCollection クラスで表されます。
コンストラクター
| SecurityTokenHandlerConfigurationElement() |
SecurityTokenHandlerConfigurationElement クラスの新しいインスタンスを初期化します。 |
プロパティ
| AudienceUris |
このトークン ハンドラー構成要素に関連付けられている AudienceUriElementCollection を取得します。 |
| Caches |
このトークン ハンドラー構成要素に関連付けられた IdentityModelCachesElement を取得または設定します。 |
| CertificateValidation |
このトークン ハンドラー構成要素に関連付けられた X509CertificateValidationElement を取得または設定します。 |
| CurrentConfiguration |
現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
| ElementInformation |
ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| ElementProperty |
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| EvaluationContext |
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| HasContext |
CurrentConfiguration プロパティが |
| IssuerNameRegistry |
このトークン ハンドラー構成要素に関連付けられた IssuerNameRegistryElement を取得または設定します。 |
| IssuerTokenResolver |
このトークン ハンドラー構成要素に関連付けられた発行者トークン リゾルバーを取得または設定します。 |
| Item[ConfigurationProperty] |
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
| Item[String] |
この構成要素のプロパティ、属性、または子要素を取得または設定します。 (継承元 ConfigurationElement) |
| LockAllAttributesExcept |
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAllElementsExcept |
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAttributes |
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockElements |
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockItem |
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
| MaximumClockSkew |
このトークン ハンドラー構成要素に設定される時刻の最大のずれを取得または設定します。 |
| Name |
トークン ハンドラー構成要素の名前を取得または設定します。 |
| Properties |
プロパティのコレクションを取得します。 (継承元 ConfigurationElement) |
| SaveBootstrapContext |
この ID コレクションで構成されたハンドラーで作成されるクレーム ID およびセッション セキュリティ トークンにブートストラップ コンテキストを保存するかどうかを示す値を取得または設定します。 |
| ServiceTokenResolver |
このトークン ハンドラー構成要素に関連付けられたサービス トークン リゾルバーを取得または設定します。 |
| TokenReplayDetection |
このトークン ハンドラー構成要素に関連付けられた TokenReplayDetectionElement を取得または設定します。 |