VssClientCredentialStorage.GetTokenFromString Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Protected Function GetTokenFromString ( _
credentialsType As VssCredentialsType, _
tokenValue As String _
) As IssuedToken
protected IssuedToken GetTokenFromString(
VssCredentialsType credentialsType,
string tokenValue
)
protected:
IssuedToken^ GetTokenFromString(
VssCredentialsType credentialsType,
String^ tokenValue
)
member GetTokenFromString :
credentialsType:VssCredentialsType *
tokenValue:string -> IssuedToken
protected function GetTokenFromString(
credentialsType : VssCredentialsType,
tokenValue : String
) : IssuedToken
Parameters
- credentialsType
Type: Microsoft.VisualStudio.Services.Common.VssCredentialsType
- tokenValue
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.Common.IssuedToken
.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.