Click or drag to resize

X509TextDumpToString Method

Dump details of an X.509 certificate or a X.509 certificate revocation list (CRL) or a PKCS-10 certificate signing request (CSR) to a string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string TextDumpToString(
	string certFile,
	X509OutputOpts outOpts = X509OutputOpts.Default
)

Parameters

certFile  String
Filename of certificate file (or its base64 representation)
outOpts  X509OutputOpts  (Optional)
Options for output

Return Value

String
String containing the result, or an empty string on error.
Remarks
The notation [!] denotes a critical extension, e.g. Key Usage[!]:.
See Also