다음을 통해 공유


KerberosSecurityTokenProvider.GetTokenCore(TimeSpan) 메서드

정의

KerberosRequestorSecurityToken 보안 토큰을 가져옵니다.

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

설명

GetToken 클라이언트가 SOAP 메시지를 보내고 보안 토큰이 ClientCredentials 필요할 때 클래스에서 메서드를 KerberosRequestorSecurityToken 호출합니다.

GetToken 메서드는 GetTokenCore 메서드를 호출합니다.

적용 대상