StoredCertificateSettings 构造函数 (String, String)

 

初始化带有所需参数 StoredCertificateSettings 类的新实例。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public StoredCertificateSettings(
    string storeName,
    string thumbprint
)
public:
StoredCertificateSettings(
    String^ storeName,
    String^ thumbprint
)
new : 
        storeName:string *
        thumbprint:string -> StoredCertificateSettings
Public Sub New (
    storeName As String,
    thumbprint As String
)

请参阅

StoredCertificateSettings 重载
StoredCertificateSettings 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首