TfsClientCredentialStorage.RemoveToken Method
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub RemoveToken ( _
serverUrl As Uri _
)
public void RemoveToken(
Uri serverUrl
)
public:
void RemoveToken(
Uri^ serverUrl
)
member RemoveToken :
serverUrl:Uri -> unit
public function RemoveToken(
serverUrl : Uri
)
Parameters
- serverUrl
Type: System.Uri
.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.