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]