Click or drag to resize

PdfCertificate GetNameInfo Method

Gets the name info.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string GetNameInfo(
	X509NameType nameType,
	bool forIssuer
)

Parameters

nameType
Type: System.Security.Cryptography.X509Certificates X509NameType
The X509NameType.
forIssuer
Type: System Boolean
for issuer or not.

Return Value

Type: String
the name info
See Also