ExpertPdf PDF Creator Library
GetCertBySubject Method (subjectName)
NamespacesExpertPdf.PdfCreatorDigitalCertificatesCollectionGetCertBySubject(String)
ExpertPdf PDF Creator Library
Searches the certificate by subject name.
Declaration Syntax
C#Visual BasicVisual C++
public DigitalCertificate GetCertBySubject(
	string subjectName
)
Public Function GetCertBySubject ( 
	subjectName As String
) As DigitalCertificate
public:
DigitalCertificate^ GetCertBySubject(
	String^ subjectName
)
Parameters
subjectName (String)
Subject name.
Return Value
DigitalCertificate
The certificate with the specified subject name or null if no certificate was found.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)