Share via


TfsClientCredentialStorage.StoreToken Method

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub StoreToken ( _
    serverUrl As Uri, _
    token As IssuedToken, _
    matchUserInformation As Boolean _
)
public void StoreToken(
    Uri serverUrl,
    IssuedToken token,
    bool matchUserInformation
)
public:
void StoreToken(
    Uri^ serverUrl, 
    IssuedToken^ token, 
    bool matchUserInformation
)
member StoreToken : 
        serverUrl:Uri * 
        token:IssuedToken * 
        matchUserInformation:bool -> unit
public function StoreToken(
    serverUrl : Uri, 
    token : IssuedToken, 
    matchUserInformation : boolean
)

Parameters

.NET Framework Security

See Also

Reference

TfsClientCredentialStorage Class

Microsoft.TeamFoundation.Client Namespace