Share via


IVsCredential.TokenValue Property

Gets or sets the last token value.

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

Syntax

'Declaration
ReadOnly Property TokenValue As String
string TokenValue { get; }
property String^ TokenValue {
    String^ get ();
}
abstract TokenValue : string with get
function get TokenValue () : String

Property Value

Type: String
The last token value. If the value is empty call RefreshTokenValue. If RefreshToken fails, it is set to an empty string.

.NET Framework Security

See Also

Reference

IVsCredential Interface

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace