DigitalCertificatesCollectionGetCertBySubject Method
Searches the certificate by subject name.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_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.