다음을 통해 공유


X509SecurityTokenProvider.GetTokenCore(TimeSpan) 메서드

정의

생성자에 지정된 X.509 인증서를 사용하여 보안 토큰을 가져옵니다.

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

설명

클라이언트가 SOAP 메시지를 보내고 GetToken 보안 토큰이 필요한 경우 ClientCredentials 클래스는 X509SecurityToken 메서드를 호출합니다.

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

적용 대상