CloudCredentials Class
Represents the base class that provides credentials to access Windows Azure services.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System::Object
Microsoft.WindowsAzure::CloudCredentials
Microsoft.WindowsAzure::BasicAuthenticationCloudCredentials
Microsoft.WindowsAzure::SubscriptionCloudCredentials
Microsoft.WindowsAzure::CloudCredentials
Microsoft.WindowsAzure::BasicAuthenticationCloudCredentials
Microsoft.WindowsAzure::SubscriptionCloudCredentials
| Name | Description | |
|---|---|---|
![]() | CloudCredentials() | Initializes a new instance of the CloudCredentials class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeServiceClient<T>(ServiceClient<T>^) | Initializes an instance of ServiceClient<T> that is used to process the credentials. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ProcessHttpRequestAsync(HttpRequestMessage^, CancellationToken) | Applies the credentials to the HTTP request. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

