VssTokenStorageFactory.GetTokenStorage 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.Common.TokenStorage
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Function GetTokenStorage ( _
applicationRegistryRoot As String _
) As VssTokenStorage
public static VssTokenStorage GetTokenStorage(
string applicationRegistryRoot
)
public:
static VssTokenStorage^ GetTokenStorage(
String^ applicationRegistryRoot
)
static member GetTokenStorage :
applicationRegistryRoot:string -> VssTokenStorage
public static function GetTokenStorage(
applicationRegistryRoot : String
) : VssTokenStorage
Parameters
- applicationRegistryRoot
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.Common.TokenStorage.VssTokenStorage
.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.
See Also
Reference
Microsoft.VisualStudio.Services.Common.TokenStorage Namespace