다음을 통해 공유


IssuedSecurityTokenProvider.GetTokenCore(TimeSpan) 메서드

정의

토큰 핵심을 가져옵니다.

protected:
 override System::IdentityModel::Tokens::SecurityToken ^ GetTokenCore(TimeSpan timeout);
protected override System.IdentityModel.Tokens.SecurityToken GetTokenCore (TimeSpan timeout);
override this.GetTokenCore : TimeSpan -> System.IdentityModel.Tokens.SecurityToken
Protected Overrides Function GetTokenCore (timeout As TimeSpan) As SecurityToken

매개 변수

timeout
TimeSpan

이 기간이 지나면 호출 시간 제한이 초과되는 TimeSpan입니다.

반환

토큰 핵심을 나타내는 SecurityToken입니다.

설명

GetTokenCore 메서드로부터 반환되는 보안 토큰을 캐싱 및 다시 사용할 때는 토큰 공급자가 연결되어 있는 채널이 닫혀 있을 경우 해당 보안 토큰을 사용할 수 없게 되므로 주의해야 합니다. 요청된 키 형식이 비대칭일 때와 스레드가 GetTokenCore 메서드 호출 시 가장된 컨텍스트에서 실행 중일 때는 보안 토큰을 사용할 수 없습니다.

적용 대상