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