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
)
Public Function GetNameInfo (
nameType As X509NameType,
forIssuer As Boolean
) As String
public:
String^ GetNameInfo(
X509NameType nameType,
bool forIssuer
)
member GetNameInfo :
nameType : X509NameType *
forIssuer : bool -> string
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