DigitalCertificatesCollectionGetCertBySubject Method |
Searches the certificate by subject name.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic 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