CryptoSys PKI Pro Manual

Asn1.TextDump Method

Dump details of an ASN.1 formatted data file to a text file.

Syntax

[C#]
public static int TextDump(
   string outputFile,
   string fileOrPEMString,
   Asn1.Options options = Asn1.Options.Default 
)
[VB]
Public Shared Function TextDump (
   outputFile As String,
   fileOrPEMString As String,
   Optional options As Asn1.Options = Asn1.Options.Default 
) As Integer

Parameters

outputFile  String
Filename of text file to be created
fileOrPEMString  String
Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation)
options  Asn1.Options  (Optional)
Option flags (optional)

Return Value

Int32
Zero if successful; otherwise it returns an error code

See Also

VB6/C equivalent: ASN1_TextDump

[Contents] [Index]

[PREV: List of .Net Methods...]   [Contents]   [Index]   
   [NEXT: Asn1.TextDumpToString Method...]

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