IVssCredentialStorage.RemoveToken Method

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Sub RemoveToken ( _
    serverUrl As Uri, _
    token As IssuedToken _
)
void RemoveToken(
    Uri serverUrl,
    IssuedToken token
)
void RemoveToken(
    Uri^ serverUrl, 
    IssuedToken^ token
)
abstract RemoveToken : 
        serverUrl:Uri * 
        token:IssuedToken -> unit
function RemoveToken(
    serverUrl : Uri, 
    token : IssuedToken
)

Parameters

.NET Framework Security

See Also

Reference

IVssCredentialStorage Interface

Microsoft.VisualStudio.Services.Common Namespace