AnonymousCloudCredentials Class

 

Class for token based credentials associated with a particular subscription.

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

System::Object
  Microsoft.WindowsAzure::CloudCredentials
    Microsoft.WindowsAzure::SubscriptionCloudCredentials
      Microsoft.WindowsAzure::AnonymousCloudCredentials

public ref class AnonymousCloudCredentials : SubscriptionCloudCredentials

NameDescription
System_CAPS_pubpropertySubscriptionId

Gets an empty subscription Id.(Overrides SubscriptionCloudCredentials::SubscriptionId.)

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.(Inherited from CloudCredentials.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodProcessHttpRequestAsync(HttpRequestMessage^, CancellationToken)

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

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: