TokenCloudCredentials Constructor (String, String)

 

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

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

public TokenCloudCredentials(
	string subscriptionId,
	string token
)

Parameters

subscriptionId
Type: System.String

The Subscription ID.

token
Type: System.String

Valid JSON Web Token (JWT).

Return to top
Show: