VssTokenStorageFactory.GetTokenStorageNamespace Method
Namespace: Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Function GetTokenStorageNamespace ( _
storageNamespace As String _
) As VssTokenStorage
public static VssTokenStorage GetTokenStorageNamespace(
string storageNamespace
)
public:
static VssTokenStorage^ GetTokenStorageNamespace(
String^ storageNamespace
)
static member GetTokenStorageNamespace :
storageNamespace:string -> VssTokenStorage
public static function GetTokenStorageNamespace(
storageNamespace : String
) : VssTokenStorage
Parameters
- storageNamespace
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