SecurityTokenHandlerConfiguration.DetectReplayedTokens 속성

정의

처리기가 이 구성에서 재생된 토큰을 검색해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool DetectReplayedTokens { bool get(); void set(bool value); };
public bool DetectReplayedTokens { get; set; }
member this.DetectReplayedTokens : bool with get, set
Public Property DetectReplayedTokens As Boolean

속성 값

재생된 토큰이 검색되어야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상