LocalServiceSecuritySettingsElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカル サービスのセキュリティ設定を構成します。 このクラスは継承できません。
public ref class LocalServiceSecuritySettingsElement sealed : System::Configuration::ConfigurationElement
public ref class LocalServiceSecuritySettingsElement sealed : System::ServiceModel::Configuration::ServiceModelConfigurationElement
public sealed class LocalServiceSecuritySettingsElement : System.Configuration.ConfigurationElement
public sealed class LocalServiceSecuritySettingsElement : System.ServiceModel.Configuration.ServiceModelConfigurationElement
type LocalServiceSecuritySettingsElement = class
inherit ConfigurationElement
type LocalServiceSecuritySettingsElement = class
inherit ServiceModelConfigurationElement
Public NotInheritable Class LocalServiceSecuritySettingsElement
Inherits ConfigurationElement
Public NotInheritable Class LocalServiceSecuritySettingsElement
Inherits ServiceModelConfigurationElement
- 継承
- 継承
コンストラクター
LocalServiceSecuritySettingsElement() |
LocalServiceSecuritySettingsElement クラスの新しいインスタンスを初期化します。 |
プロパティ
CurrentConfiguration |
現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
DetectReplays |
チャネルに対するリプレイ攻撃を検出し、自動的に処理するかどうかを指定するブール値を取得または設定します。 |
ElementInformation |
ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
ElementProperty |
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
EvaluationContext |
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
HasContext |
CurrentConfiguration プロパティが |
InactivityTimeout |
チャネルがタイムアウトまで待機する非アクティブな期間を指定する TimeSpan を取得または設定します。 |
IssuedCookieLifetime |
すべての新しいセキュリティ クッキーに発行される有効期間を指定する TimeSpan を取得または設定します。 |
Item[ConfigurationProperty] |
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
Item[String] |
この構成要素のプロパティ、属性、または子要素を取得または設定します。 (継承元 ConfigurationElement) |
LockAllAttributesExcept |
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
LockAllElementsExcept |
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
LockAttributes |
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
LockElements |
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
LockItem |
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
MaxCachedCookies |
キャッシュできるクッキーの最大数を指定する値を取得または設定します。 |
MaxClockSkew |
通信している双方の 2 つのシステム クロックのずれの最長時間を指定する TimeSpan を取得または設定します。 |
MaxPendingSessions |
サービスがサポートする保留状態のセキュリティ セッションの最大数を指定する値を取得または設定します。 |
MaxStatefulNegotiations |
同時にアクティブにできるセキュリティ ネゴシエーションの数を指定する値を取得または設定します。 |
NegotiationTimeout |
サーバーとクライアント間のセキュリティ ネゴシエーション フェーズの最大期間を指定する TimeSpan を取得または設定します。 |
Properties |
プロパティのコレクションを取得します。 (継承元 ConfigurationElement) |
ReconnectTransportOnFailure |
WS-ReliableMessaging を使用した接続が、トランスポート エラーの後に再接続を試みるかどうかを指定するブール値を取得または設定します。 |
ReplayCacheSize |
リプレイ検証で使用される、キャッシュ済みの nonce 数を指定する値を取得または設定します。 |
ReplayWindow |
個別のメッセージ nonce の有効期間を指定する TimeSpan を取得または設定します。 |
SessionKeyRenewalInterval |
イニシエーターがセキュリティ セッションのキーを更新するまでの期間を指定する TimeSpan を取得または設定します。 |
SessionKeyRolloverInterval |
キーの更新中に、前のセッション キーが受信メッセージで有効な時間間隔を指定する TimeSpan を取得または設定します。 既定値は "00:05:00" です。 |
TimestampValidityDuration |
タイムスタンプの有効期間を指定する TimeSpan を取得または設定します。 |