CryptoSys PKI Pro Manual

Asn1.TextDump Method (String, String)

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

Syntax

[C#]
public static int TextDump(
	string outputFile,
	string fileOrPEMString
)
[VB.NET]
Public Shared Function TextDump ( _
	outputFile As String, _
	fileOrPEMString As String _
) As Integer

Parameters

outputFile
Filename of text file to be created
fileOrPEMString
Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 representation)

Return Value

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.TextDump Method (String, String, Asn1.Options)...]

Copyright © 2004-21 D.I. Management Services Pty Ltd. All rights reserved. Generated 2021-10-01T09:03:20Z.