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 |
Cookie キャッシュが有効かどうかを示すブール値を取得または設定します。 |
| CookieRenewalThresholdPercentage |
更新できる Cookie の最大割合を取得または設定します。 |
| 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 |
Cookie の最大有効期間を指定する TimeSpan を取得または設定します。 |
| Properties |
プロパティのコレクションを取得します。 (継承元 ConfigurationElement) |
| ReconnectTransportOnFailure |
WS-Reliable メッセージングを使用した接続がトランスポート障害後に再接続を試みるかどうかを示すブール値を取得または設定します。 |
| ReplayCacheSize |
再生検出に使用されるキャッシュされた nonce の数を指定する値を取得または設定します。 |
| ReplayWindow |
個々のメッセージ nonce が有効な期間を指定する TimeSpan を取得または設定します。 |
| SessionKeyRenewalInterval |
イニシエーターがセキュリティ セッションのキーを更新するまでの期間を指定する TimeSpan を取得または設定します。 |
| SessionKeyRolloverInterval |
キーの更新中に受信メッセージで前のセッション キーが有効な期間を指定する TimeSpan を取得または設定します。 既定値は "00:05:00" です。 |
| TimestampValidityDuration |
タイム スタンプが有効な期間を指定する TimeSpan を取得または設定します。 |