VssTokenStorage.RetrieveToken Method
Namespace: Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Protected MustOverride Function RetrieveToken ( _
tokenKey As VssTokenKey _
) As VssToken
protected abstract VssToken RetrieveToken(
VssTokenKey tokenKey
)
protected:
virtual VssToken^ RetrieveToken(
VssTokenKey^ tokenKey
) abstract
abstract RetrieveToken :
tokenKey:VssTokenKey -> VssToken
protected abstract function RetrieveToken(
tokenKey : VssTokenKey
) : VssToken
Parameters
Return Value
Type: Microsoft.VisualStudio.Services.Common.TokenStorage.VssToken
.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