BasicAuthenticationCloudCredentials Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.CloudCredentials
    Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials

Syntax

public class BasicAuthenticationCloudCredentials : CloudCredentials
public ref class BasicAuthenticationCloudCredentials : CloudCredentials
type BasicAuthenticationCloudCredentials = 
    class
        inherit CloudCredentials
    end
Public Class BasicAuthenticationCloudCredentials
    Inherits CloudCredentials

Constructors

Name Description
System_CAPS_pubmethod BasicAuthenticationCloudCredentials()

Properties

Name Description
System_CAPS_pubproperty Password

System_CAPS_pubproperty Username

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(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_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

(Overrides CloudCredentials.ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken).)

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