共用方式為


CmsAttachedSignature.Certificates 屬性

定義

取得用於鏈結建置簽署者憑證的憑證清單。

public:
 property IVectorView<Certificate ^> ^ Certificates { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> Certificates();
public IReadOnlyList<Certificate> Certificates { get; }
var iVectorView = cmsAttachedSignature.certificates;
Public ReadOnly Property Certificates As IReadOnlyList(Of Certificate)

屬性值

用於鏈結建置簽署者憑證的憑證清單。

適用於