CertificateCloudCredentials Class
Represents the credentials that are used to authorize requests.
Assembly: Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.dll)
Microsoft.WindowsAzure::CloudCredentials
Microsoft.WindowsAzure::SubscriptionCloudCredentials
Microsoft.WindowsAzure::CertificateCloudCredentials
| Name | Description | |
|---|---|---|
![]() | CertificateCloudCredentials(String^, X509Certificate2^) | Initializes a new instance of the CertificateCloudCredentials class. |
| Name | Description | |
|---|---|---|
![]() | ManagementCertificate | Gets the management certificate that is associated with the subscription. |
![]() | SubscriptionId | Gets the identifier of the subscription.(Overrides SubscriptionCloudCredentials::SubscriptionId.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Create(IDictionary<String^, Object^>^) | Creates credentials from a collection of settings. |
![]() | Equals(Object^) | (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.(Inherited from CloudCredentials.) |
![]() | InitializeServiceClient<T>(ServiceClient<T>^) | Initializes an instance of ServiceClient<T> that is used to process the credentials.(Overrides CloudCredentials::InitializeServiceClient<T>(ServiceClient<T>^).) |
![]() | ProcessHttpRequestAsync(HttpRequestMessage^, CancellationToken) | Applies the credentials to the HTTP request.(Inherited from CloudCredentials.) |
![]() | 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.


