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::CancelToken Method (TimeSpan, SecurityToken^)

 

Cancels a security token.

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

public:
void CancelToken(
	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.

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