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
- tokenValue
Type: System.String
Return Value
Type: System.Collections.Generic.Dictionary<String, 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.