TokenCloudCredentials.Create Method (IDictionary<String, Object>)

 

Attempt to create token credentials from a collection of settings.

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

public static TokenCloudCredentials Create(
	IDictionary<string, object> settings
)

Parameters

settings
Type: System.Collections.Generic.IDictionary<String, Object>

The settings to use.

Return Value

Type: Microsoft.WindowsAzure.TokenCloudCredentials

TokenCloudCredentials is created, null otherwise.

Return to top
Show: