AnonymousCloudCredentials Class
Class for token based credentials associated with a particular subscription.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.CloudCredentials
Microsoft.WindowsAzure.SubscriptionCloudCredentials
Microsoft.WindowsAzure.AnonymousCloudCredentials
Syntax
public class AnonymousCloudCredentials : SubscriptionCloudCredentials
public ref class AnonymousCloudCredentials : SubscriptionCloudCredentials
type AnonymousCloudCredentials =
class
inherit SubscriptionCloudCredentials
end
Public Class AnonymousCloudCredentials
Inherits SubscriptionCloudCredentials
Constructors
Name | Description | |
---|---|---|
AnonymousCloudCredentials() |
Properties
Name | Description | |
---|---|---|
SubscriptionId | Gets an empty subscription Id.(Overrides SubscriptionCloudCredentials.SubscriptionId.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
InitializeServiceClient<T>(ServiceClient<T>) | Initializes an instance of ServiceClient<T> that is used to process the credentials.(Inherited from CloudCredentials.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) | Applies the credentials to the HTTP request.(Inherited from CloudCredentials.) |
|
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