SecurityTokenProvider.EndCancelTokenCore(IAsyncResult) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보안 토큰을 취소하는 비동기 작업을 완료합니다.
protected:
virtual void EndCancelTokenCore(IAsyncResult ^ result);
protected virtual void EndCancelTokenCore (IAsyncResult result);
abstract member EndCancelTokenCore : IAsyncResult -> unit
override this.EndCancelTokenCore : IAsyncResult -> unit
Protected Overridable Sub EndCancelTokenCore (result As IAsyncResult)
매개 변수
- result
- IAsyncResult
IAsyncResult 메서드를 호출할 때 반환되는 BeginCancelTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)입니다.
설명
발급된 토큰과 같이 취소할 수 있는 보안 토큰을 사용하면 보안 토큰을 요청한 클라이언트가 이를 취소할 수 있습니다.
클래스에서 SecurityTokenProvider 상속하는 경우 기본 클래스가 동기 메서드를 기반으로 비동기 지원을 제공하므로 SecurityTokenProvider 비동기 메서드를 재정의할 필요가 없습니다. 따라서 고유한 비동기 구현을 제공해야 하는 경우가 아니면 메서드를 EndCancelTokenCore 재정의할 필요가 없습니다.
메서드는 EndCancelToken 메서드를 호출 EndCancelTokenCore 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET