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
System_CAPS_pubmethod CertificateCloudCredentials(String, X509Certificate2)

Initializes a new instance of the CertificateCloudCredentials class.

Properties

Name Description
System_CAPS_pubproperty ManagementCertificate

Gets the management certificate that is associated with the subscription.

System_CAPS_pubproperty SubscriptionId

Gets the identifier of the subscription.(Overrides SubscriptionCloudCredentials.SubscriptionId.)

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IDictionary<String, Object>)

Creates credentials from a collection of settings.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeServiceClient<T>(ServiceClient<T>)

Initializes an instance of ServiceClient<T> that is used to process the credentials.(Inherited from CloudCredentials.)

System_CAPS_pubmethod InitializeServiceClient<T>(ServiceClient<T>)

Initializes an instance of ServiceClient<T> that is used to process the credentials.(Overrides CloudCredentials.InitializeServiceClient<T>(ServiceClient<T>).)

System_CAPS_pubmethod ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

Applies the credentials to the HTTP request.(Inherited from CloudCredentials.)

System_CAPS_pubmethod ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

Applies the credentials to the HTTP request.

System_CAPS_pubmethod 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