VssTokenStorage.RemoveTokenSecret Method
Namespace: Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public MustOverride Function RemoveTokenSecret ( _
token As VssToken _
) As Boolean
public abstract bool RemoveTokenSecret(
VssToken token
)
public:
virtual bool RemoveTokenSecret(
VssToken^ token
) abstract
abstract RemoveTokenSecret :
token:VssToken -> bool
public abstract function RemoveTokenSecret(
token : VssToken
) : boolean
Parameters
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.
See Also
Reference
Microsoft.VisualStudio.Services.Common.TokenStorage Namespace