TokenCloudCredentials Class

 

Class for token based credentials associated with a particular subscription.

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


type TokenCloudCredentials = 
    class
        inherit SubscriptionCloudCredentials
    end

NameDescription
System_CAPS_pubmethodTokenCloudCredentials(String)

Initializes a new instance of the TokenCloudCredentials class without subscription ID.

System_CAPS_pubmethodTokenCloudCredentials(String, String)

Initializes a new instance of the TokenCloudCredentials class with subscription ID.

NameDescription
System_CAPS_pubpropertySubscriptionId

Gets subscription ID which uniquely identifies Microsoft Azure subscription. The subscription ID forms part of the URI for every call that you make to the Service Management API.(Overrides SubscriptionCloudCredentials.SubscriptionId.)

System_CAPS_pubpropertyToken

Gets or sets secure token used to authenticate against Microsoft Azure API. No anonymous requests are allowed.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IDictionary<String, Object>)

Attempt to create token credentials from a collection of settings.

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)

Apply the credentials to the HTTP request.(Overrides CloudCredentials.ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken).)

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: