DigitalCertificatesCollectionGetCertByIssuer Method |
Searches the certificate by issuer name.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public DigitalCertificate GetCertByIssuer(
string issuerName
)
Public Function GetCertByIssuer (
issuerName As String
) As DigitalCertificate
Parameters
- issuerName
- Type: SystemString
Issuer name.
Return Value
Type:
DigitalCertificateThe certificate with the specified issuer name or null if no certificate was found.
See Also