CertificateCloudCredentials.Create 方法 (IDictionary<String, Object>)

 

集合中的设置创建凭据。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Common.NetFramework(Microsoft.WindowsAzure.Common.NetFramework.dll 中)

语法

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

参数

返回值

Type: Microsoft.WindowsAzure.CertificateCloudCredentials

一个 CertificateCloudCredentials 对象 ; 否则为 null

请参阅

CertificateCloudCredentials 类
Microsoft.WindowsAzure 命名空间

返回页首