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::CancelToken Method (TimeSpan, SecurityToken^)
.NET Framework (current version)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: