CryptoSys PKI Pro Manual

X509.TextDumpToString 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.

Syntax

[C#]
public static string TextDumpToString(
   string certFile,
   X509.OutputOpts outOpts = X509.OutputOpts.Default 
)
[VB]
Public Shared Function TextDumpToString (
   certFile As String,
   Optional outOpts As X509.OutputOpts = X509.OutputOpts.Default 
) As String

Parameters

certFile  String
Filename of certificate file (or its base64 representation)
outOpts  X509.OutputOpts  (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

VB6/C equivalent: X509_TextDumpToString

[Contents] [Index]

[PREV: X509.TextDump Method...]   [Contents]   [Index]   
   [NEXT: X509.ValidatePath Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.