Share via


CredentialStorageUtility.GetDictionaryFromString Method

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Shared Function GetDictionaryFromString ( _
    tokenValue As String _
) As Dictionary(Of String, String)
public static Dictionary<string, string> GetDictionaryFromString(
    string tokenValue
)
public:
static Dictionary<String^, String^>^ GetDictionaryFromString(
    String^ tokenValue
)
static member GetDictionaryFromString : 
        tokenValue:string -> Dictionary<string, string> 
public static function GetDictionaryFromString(
    tokenValue : String
) : Dictionary<String, String>

Parameters

Return Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

CredentialStorageUtility Class

Microsoft.VisualStudio.Services.Client Namespace