다음을 통해 공유


IdentityConfiguration.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입니다.

적용 대상