KerberosSecurityTokenProvider.GetTokenCore(TimeSpan) Method

Definition

Gets a KerberosRequestorSecurityToken security token.

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

Parameters

timeout
TimeSpan

A TimeSpan that specifies the timeout value for the message that gets the security token.

Returns

The SecurityToken that represents the security token to get.

Remarks

The GetToken method is called by the ClientCredentials class when a client sends a SOAP message and a KerberosRequestorSecurityToken security token is needed.

The GetToken method calls the GetTokenCore method.

Applies to