Share via


IVsCredential.RefreshTokenValue Method

Gets the token value (secret) for this credential. If the underlying credential has been deleted, TokenValue is an empty string, and false is returned.

Namespace:  Microsoft.VisualStudio.Shell.Connected.CredentialStorage
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

Syntax

'Declaration
Function RefreshTokenValue As Boolean
bool RefreshTokenValue()
bool RefreshTokenValue()
abstract RefreshTokenValue : unit -> bool
function RefreshTokenValue() : boolean

Return Value

Type: Boolean
true if the TokenValue exists, otherwise false.

.NET Framework Security

See Also

Reference

IVsCredential Interface

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace