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