SecurityTokenHandler.DetectReplayedToken(SecurityToken) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생된 클래스에서 재정의된 경우 지정된 토큰이 재생 중인 것으로 검색되면 예외를 throw합니다.
protected:
virtual void DetectReplayedToken(System::IdentityModel::Tokens::SecurityToken ^ token);
protected virtual void DetectReplayedToken (System.IdentityModel.Tokens.SecurityToken token);
abstract member DetectReplayedToken : System.IdentityModel.Tokens.SecurityToken -> unit
override this.DetectReplayedToken : System.IdentityModel.Tokens.SecurityToken -> unit
Protected Overridable Sub DetectReplayedToken (token As SecurityToken)
매개 변수
- token
- SecurityToken
재생을 확인할 토큰입니다.
설명
기본 구현은 아무 작업도 수행하지 않습니다.
파생된 클래스를 throw 해야는 SecurityTokenReplayDetectedException 토큰이 이미 사용 되었습니다.
WIF(Windows Identity Foundation)는 재생 캐시가 파생될 수 있는 클래스와 애플리케이션의 토큰 처리기에서 사용하는 재생 캐시를 구성하는 데 사용할 수 있는 tokenReplayCache> 구성 요소를 제공합니다. 그러나 메서드의 정확한 구현은 파생 클래스의 디자이너에 달려 있습니다.<DetectReplayedTokenTokenReplayCache
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET