Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Overridable Function RemoveTokenValue ( _
    serverUrl As Uri, _
    token As IssuedToken _
) As Boolean
public virtual bool RemoveTokenValue(
    Uri serverUrl,
    IssuedToken token
)
public:
virtual bool RemoveTokenValue(
    Uri^ serverUrl, 
    IssuedToken^ token
)
abstract RemoveTokenValue : 
        serverUrl:Uri * 
        token:IssuedToken -> bool  
override RemoveTokenValue : 
        serverUrl:Uri * 
        token:IssuedToken -> bool
public function RemoveTokenValue(
    serverUrl : Uri, 
    token : IssuedToken
) : boolean
Parameters
- serverUrl
 Type: System.Uri
Return Value
Type: System.Boolean
Implements
IVssCredentialStorage.RemoveTokenValue(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.