CmsTimestampInfo.Certificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.