Share via


CmsTimestampInfo.Certificates Property

Definition

Gets the list of certificates that is used for chain building for the signing certificate.

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)

Property Value

The list of certificates that is used for chain building for the signing certificate.

Applies to