CmsAttachedSignature.Certificates Property

Definition

Gets the list of certificates that are used for chain building for the signer certificate.

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)

Property Value

The list of certificates that are used for chain building for the signer certificate.

Applies to