Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Overridable Sub RemoveToken ( _
    serverUrl As Uri, _
    token As IssuedToken _
)
public virtual void RemoveToken(
    Uri serverUrl,
    IssuedToken token
)
public:
virtual void RemoveToken(
    Uri^ serverUrl, 
    IssuedToken^ token
)
abstract RemoveToken : 
        serverUrl:Uri * 
        token:IssuedToken -> unit  
override RemoveToken : 
        serverUrl:Uri * 
        token:IssuedToken -> unit
public function RemoveToken(
    serverUrl : Uri, 
    token : IssuedToken
)
Parameters
- serverUrl
 Type: System.Uri
Implements
IVssCredentialStorage.RemoveToken(Uri, IssuedToken)
.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.