TokenCloudCredentials.Token Property
Gets or sets secure token used to authenticate against Microsoft Azure API. No anonymous requests are allowed.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string Token { get; set; }
public:
property String^ Token {
String^ get();
void set(String^ value);
}
member Token : string with get, set
Public Property Token As String
Property Value
Type: System.String
See Also
TokenCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top