DigitalCertificatesCollectionItem Property
Gets the certificate at the specified zero besed index from collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public DigitalCertificate this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As DigitalCertificate
Get
public:
property DigitalCertificate^ default[int index] {
DigitalCertificate^ get (int index);
}
member Item : DigitalCertificate with get
- index Int32
- The zero based certificate index.
DigitalCertificateThe certificate at the specified index.