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
- serverUrl
Type: System.Uri
- token
Type: Microsoft.TeamFoundation.Client.IssuedToken
Return Value
Type: System.Boolean
.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.