Construtor TokenCloudCredentials (String)
Inicializa uma nova instância de TokenCloudCredentials classe sem ID da assinatura.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public TokenCloudCredentials(
string token
)
public:
TokenCloudCredentials(
String^ token
)
new :
token:string -> TokenCloudCredentials
Public Sub New (
token As String
)
Parâmetros
token
Type: System.StringVálido JSON Web Token (JWT).
Consulte também
TokenCloudCredentials Sobrecarga
Classe TokenCloudCredentials
Namespace Microsoft.WindowsAzure
Retornar ao topo