Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityTokenProvider::CancelTokenCore Method (TimeSpan, SecurityToken^)

 

Cancels a security token.

Namespace:   System.IdentityModel.Selectors
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

protected:
virtual void CancelTokenCore(
	TimeSpan timeout,
	SecurityToken^ token
)

Parameters

timeout
Type: System::TimeSpan

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

token
Type: System.IdentityModel.Tokens::SecurityToken^

The SecurityToken to cancel.

A security token that can be cancelled, such as one that is issued, allows a client that requested a security token to cancel it when it is done with it.

The CancelToken method calls CancelTokenCore method.

When the CancelTokenCore method is overridden and the security token passed into the token parameter cannot be canceled, throw the SecurityTokenException exception.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft