IVssCredentialStorage.RemoveTokenValue Method

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

Syntax

'Declaration
Function RemoveTokenValue ( _
    serverUrl As Uri, _
    token As IssuedToken _
) As Boolean
bool RemoveTokenValue(
    Uri serverUrl,
    IssuedToken token
)
bool RemoveTokenValue(
    Uri^ serverUrl, 
    IssuedToken^ token
)
abstract RemoveTokenValue : 
        serverUrl:Uri * 
        token:IssuedToken -> bool
function RemoveTokenValue(
    serverUrl : Uri, 
    token : IssuedToken
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IVssCredentialStorage Interface

Microsoft.VisualStudio.Services.Common Namespace