This documentation is archived and is not being maintained.

SimpleWebToken Constructor

Initializes a new SimpleWebToken instance with the specified token value.

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

public:
SimpleWebToken(
	String^ token
)

Parameters

token
Type: System::String

The token value as a string

Show: