ICloudCredentialsProvider.CreateCredentials Method (IDictionary(Of String, Object))

 

Creates a CloudCredentials object.

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

Function CreateCredentials (
	settings As IDictionary(Of String, Object)
) As CloudCredentials

Parameters

settings
Type: System.Collections.Generic.IDictionary(Of String, Object)

The collection of configuration settings.

Return to top
Show: