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