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

Return Value

Type: Microsoft.VisualStudio.Services.Common.TokenStorage.VssTokenStorage

.NET Framework Security

See Also

Reference

VssTokenStorageFactory Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace