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 |
서로 통신하는 양쪽 시스템 시계 간의 최대 시간 차이를 지정하는 TimeSpan을 가져오거나 설정합니다. |
MaxCookieCachingTime |
쿠키의 최대 수명을 지정하는 TimeSpan을 가져오거나 설정합니다. |
Properties |
속성 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ReconnectTransportOnFailure |
WS-Reliable Messaging을 사용하는 연결에서 전송 실패 후 다시 연결을 시도할지 여부를 지정하는 부울 값을 가져오거나 설정합니다. |
ReplayCacheSize |
재생 검색에 사용되는 캐시된 Nonce 수를 지정하는 값을 가져오거나 설정합니다. |
ReplayWindow |
개별 메시지 Nonce의 유효 기간을 지정하는 TimeSpan을 가져오거나 설정합니다. |
SessionKeyRenewalInterval |
개시자가 보안 세션을 위해 키를 갱신하는 시간 간격을 지정하는 TimeSpan을 가져오거나 설정합니다. |
SessionKeyRolloverInterval |
키 갱신 과정에서 들어오는 메시지에 대해 이전의 세션 키가 유효성을 유지하는 시간을 지정하는 TimeSpan을 가져오거나 설정합니다. 기본값은 "00:05:00"입니다. |
TimestampValidityDuration |
타임스탬프의 유효 기간을 지정하는 TimeSpan을 가져오거나 설정합니다. |