CloudCredentials Class

 

Represents the base class that provides credentials to access Windows Azure services.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)


public ref class CloudCredentials abstract 

NameDescription
System_CAPS_protmethodCloudCredentials()

Initializes a new instance of the CloudCredentials class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeServiceClient<T>(ServiceClient<T>^)

Initializes an instance of ServiceClient<T> that is used to process the credentials.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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: