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)

Syntax

public static CertificateCloudCredentials Create(
    IDictionary<string, object> settings
)
public:
static CertificateCloudCredentials^ Create(
    IDictionary<String^, Object^>^ settings
)
static member Create : 
        settings:IDictionary<string, Object> -> CertificateCloudCredentials
Public Shared Function Create (
    settings As IDictionary(Of String, Object)
) As CertificateCloudCredentials

Parameters

Return Value

Type: Microsoft.WindowsAzure.CertificateCloudCredentials

A CertificateCloudCredentials object; otherwise, null.

See Also

CertificateCloudCredentials Class
Microsoft.WindowsAzure Namespace

Return to top