DigitalCertificatesCollectionItem Property |
Gets the certificate at the specified zero besed index from collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic DigitalCertificate this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As DigitalCertificate
Get
Parameters
- index Int32
- The zero based certificate index.
Return Value
DigitalCertificateThe certificate at the specified index.
See Also