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::SupportsTokenCancellation Property
.NET Framework (current version)
Gets a value that indicates whether the security token can be cancelled.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Property Value
Type: System::Booleantrue if the security token can be cancelled; otherwise, false. The default is false.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: