DigitalCertificatesCollectionItem Property
Gets the certificate at the specified zero besed index from collection.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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.