次の方法で共有


CmsTimestampInfo.Certificates プロパティ

定義

署名証明書のチェーン構築に使用される証明書の一覧を取得します。

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

プロパティ値

署名証明書のチェーン構築に使用される証明書の一覧。

適用対象