TokenCloudCredentials Constructor (String^)

 

Initializes a new instance of the TokenCloudCredentials class without subscription ID.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
TokenCloudCredentials(
	String^ token
)

Parameters

token
Type: System::String^

Valid JSON Web Token (JWT).

Return to top
Show: