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
The certificate with the specified subject name or null if no certificate was found.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)