|
PdfDigitalCertificatesCollectionItem Property |
Gets the certificate at the specified zero based index from collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfDigitalCertificate this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfDigitalCertificate
Get
Parameters
- index
- Type: SystemInt32
The zero based index of the certificate.
Return Value
Type:
PdfDigitalCertificateThe certificate at the specified index.
See Also