VssClientCredentialStorage.TokenKind Property
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Protected ReadOnly Property TokenKind As String
protected string TokenKind { get; }
protected:
property String^ TokenKind {
String^ get ();
}
member TokenKind : string with get
function get TokenKind () : String
Property Value
Type: System.String
.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.