Sdílet prostřednictvím


VssTokenStorage.RemoveToken Method

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

Syntax

'Declaration
Protected MustOverride Function RemoveToken ( _
    tokenKey As VssTokenKey _
) As Boolean
protected abstract bool RemoveToken(
    VssTokenKey tokenKey
)
protected:
virtual bool RemoveToken(
    VssTokenKey^ tokenKey
) abstract
abstract RemoveToken : 
        tokenKey:VssTokenKey -> bool
protected abstract function RemoveToken(
    tokenKey : VssTokenKey
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssTokenStorage Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace