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
)
[VB.NET]
Public Shared Function TextDump ( _
outputFile As String, _
fileOrPEMString As String, _
options As Asn1.Options _
) 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 or PEM representation)
- options
- Type: Asn1.Options
Option flags (optional)
Return Value
Zero if successful; otherwise it returns an
error code
See Also
VB6/C equivalent: ASN1_TextDump
[Contents] [Index]