IVssCredentialStorage.StoreToken Method
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Sub StoreToken ( _
serverUrl As Uri, _
token As IssuedToken _
)
void StoreToken(
Uri serverUrl,
IssuedToken token
)
void StoreToken(
Uri^ serverUrl,
IssuedToken^ token
)
abstract StoreToken :
serverUrl:Uri *
token:IssuedToken -> unit
function StoreToken(
serverUrl : Uri,
token : IssuedToken
)
Parameters
- serverUrl
Type: System.Uri
.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.