Share via


TfsClientCredentialStorage.RemoveTokenValue Method

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfsClientCredentialStorage Class

Microsoft.TeamFoundation.Client Namespace