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)
Syntax
public static TokenCloudCredentials Create(
IDictionary<string, object> settings
)
public:
static TokenCloudCredentials^ Create(
IDictionary<String^, Object^>^ settings
)
static member Create :
settings:IDictionary<string, Object> -> TokenCloudCredentials
Public Shared Function Create (
settings As IDictionary(Of String, Object)
) As TokenCloudCredentials
Parameters
settings
Type: System.Collections.Generic.IDictionary<String, Object>The settings to use.
Return Value
Type: Microsoft.WindowsAzure.TokenCloudCredentials
TokenCloudCredentials is created, null otherwise.
See Also
TokenCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top