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