다음을 통해 공유


LocalClientSecuritySettingsElement.DetectReplays 속성

정의

채널에 대한 재생 공격을 감지하여 자동으로 처리하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool DetectReplays { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=true)]
public bool DetectReplays { get; set; }
[<System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=true)>]
member this.DetectReplays : bool with get, set
Public Property DetectReplays As Boolean

속성 값

Boolean

채널에 대한 재생 공격을 감지하여 자동으로 처리하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상