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)
Syntax
public TokenCloudCredentials(
string token
)
public:
TokenCloudCredentials(
String^ token
)
new :
token:string -> TokenCloudCredentials
Public Sub New (
token As String
)
Parameters
token
Type: System.StringValid JSON Web Token (JWT).
See Also
TokenCloudCredentials Overload
TokenCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top