CertificateCloudCredentials::Create Method (IDictionary<String^, Object^>^)

 

Creates credentials from a collection of settings.

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

public:
static CertificateCloudCredentials^ Create(
	IDictionary<String^, Object^>^ settings
)

Parameters

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

The collection of settings to use.

Return to top
Show: