Click or drag to resize

PdfCertificate FindBySubject Method

Finds the certificate by subject.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static PdfCertificate FindBySubject(
	StoreType storeName,
	string subject
)

Parameters

storeName
Type: Spire.Pdf.Security StoreType
The store name.
subject
Type: System String
The certificate subject.

Return Value

Type: PdfCertificate
The certificate.
See Also