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