DigitalCertificatesCollectionItem Property
Gets the certificate at the specified zero besed index from collection.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public DigitalCertificate this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As DigitalCertificate
Get
- index Int32
- The zero based certificate index.
DigitalCertificateThe certificate at the specified index.