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
- serverUrl
Type: System.Uri
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.