SecurityTokenProvider::CancelTokenCore Method (TimeSpan, SecurityToken^)
Cancels a security token.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
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.
Available since 3.0