CertificateCloudCredentials Class
Represents the credentials that are used to authorize requests.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.CloudCredentials
Microsoft.WindowsAzure.SubscriptionCloudCredentials
Microsoft.WindowsAzure.CertificateCloudCredentials
Syntax
public sealed class CertificateCloudCredentials : SubscriptionCloudCredentials
public ref class CertificateCloudCredentials sealed : SubscriptionCloudCredentials
[<Sealed>]
type CertificateCloudCredentials =
class
inherit SubscriptionCloudCredentials
end
Public NotInheritable Class CertificateCloudCredentials
Inherits SubscriptionCloudCredentials
Constructors
Name | Description | |
---|---|---|
CertificateCloudCredentials(String, X509Certificate2) | Initializes a new instance of the CertificateCloudCredentials class. |
Properties
Name | Description | |
---|---|---|
ManagementCertificate | Gets the management certificate that is associated with the subscription. |
|
SubscriptionId | Gets the identifier of the subscription.(Overrides SubscriptionCloudCredentials.SubscriptionId.) |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure Namespace
Return to top