SecurityTokenProvider.EndGetTokenCore(IAsyncResult) 메서드

정의

보안 토큰을 가져오는 비동기 작업을 완료합니다.

protected:
 virtual System::IdentityModel::Tokens::SecurityToken ^ EndGetTokenCore(IAsyncResult ^ result);
protected virtual System.IdentityModel.Tokens.SecurityToken EndGetTokenCore (IAsyncResult result);
abstract member EndGetTokenCore : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
override this.EndGetTokenCore : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Protected Overridable Function EndGetTokenCore (result As IAsyncResult) As SecurityToken

매개 변수

result
IAsyncResult

IAsyncResult 메서드를 호출할 때 반환되는 BeginGetTokenCore(TimeSpan, AsyncCallback, Object)입니다.

반환

보안 토큰을 나타내는 SecurityToken입니다.

설명

클래스에서 SecurityTokenProvider 상속하는 경우 기본 클래스가 동기 메서드를 기반으로 비동기 지원을 제공하므로 SecurityTokenProvider 비동기 메서드를 재정의할 필요가 없습니다. 따라서 고유한 비동기 구현을 제공해야 하는 경우가 아니면 메서드를 EndGetTokenCore 재정의할 필요가 없습니다.

EndGetToken 메서드는 EndGetTokenCore 메서드를 호출합니다.

적용 대상