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