ClientRootCertificateListResponse.ClientRootCertificates 属性

 

可选。 客户端根证书的列表。

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

语法

public IList<ClientRootCertificateListResponse.ClientRootCertificate> ClientRootCertificates { get; set; }
public:
property IList<ClientRootCertificateListResponse::ClientRootCertificate^>^ ClientRootCertificates {
    IList<ClientRootCertificateListResponse::ClientRootCertificate^>^ get();
    void set(IList<ClientRootCertificateListResponse::ClientRootCertificate^>^ value);
}
member ClientRootCertificates : IList<ClientRootCertificateListResponse.ClientRootCertificate> with get, set
Public Property ClientRootCertificates As IList(Of ClientRootCertificateListResponse.ClientRootCertificate)

属性值

Type: System.Collections.Generic.IList<ClientRootCertificateListResponse.ClientRootCertificate>

请参阅

ClientRootCertificateListResponse 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首