IssuedTokenProvider.OnTokenInvalidated Method
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Protected Overridable Sub OnTokenInvalidated ( _
token As IssuedToken _
)
protected virtual void OnTokenInvalidated(
IssuedToken token
)
protected:
virtual void OnTokenInvalidated(
IssuedToken^ token
)
abstract OnTokenInvalidated :
token:IssuedToken -> unit
override OnTokenInvalidated :
token:IssuedToken -> unit
protected function OnTokenInvalidated(
token : IssuedToken
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.