DigitalCertificatesCollectionGetCertBySubject Method
Searches the certificate by subject name.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.0.0
public DigitalCertificate GetCertBySubject(
string subjectName
)
- subjectName String
- Subject name.
DigitalCertificateThe certificate with the specified subject name or null if no certificate was found.