CryptoSys PKI Pro Manual

X509.TextDump 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 text file.

Syntax

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

Parameters

outputFile  String
Filename of text file to be created
certFile  String
Filename of certificate file (or its base64 representation)
outOpts  X509.OutputOpts  (Optional)
Options for output (optional)

Return Value

Int32
If successful, the return value is zero; otherwise it returns a nonzero error code.

Remarks

The notation [!] denotes a critical extension, e.g. Key Usage[!]:.

See Also

VB6/C equivalent: X509_TextDump

[Contents] [Index]

[PREV: X509.SaveFileFromString Method...]   [Contents]   [Index]   
   [NEXT: X509.TextDumpToString Method...]

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