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)

System.Object
  Microsoft.WindowsAzure.CloudCredentials
    Microsoft.WindowsAzure.SubscriptionCloudCredentials
      Microsoft.WindowsAzure.CertificateCloudCredentials

Public NotInheritable Class CertificateCloudCredentials
	Inherits SubscriptionCloudCredentials

NameDescription
System_CAPS_pubmethodCertificateCloudCredentials(String, X509Certificate2)

Initializes a new instance of the CertificateCloudCredentials class.

NameDescription
System_CAPS_pubpropertyManagementCertificate

Gets the management certificate that is associated with the subscription.

System_CAPS_pubpropertySubscriptionId

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IDictionary(Of String, Object))

Creates credentials from a collection of settings.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeServiceClient(Of T)(ServiceClient(Of T))

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

System_CAPS_pubmethodInitializeServiceClient(Of T)(ServiceClient(Of T))

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

System_CAPS_pubmethodProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

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

System_CAPS_pubmethodProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

Applies the credentials to the HTTP request.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: