Asn1.TextDumpToString Method
Dump details of ASN.1 formatted data to a string.
Syntax
[C#]
public static string TextDumpToString(
string fileOrPEMString,
Asn1.Options options
)
[VB.NET]
Public Shared Function TextDumpToString ( _
fileOrPEMString As String, _
options As Asn1.Options _
) As String
Parameters
- 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: set as zero for defaults.
Return Value
String containing the output.
Remarks
This function creates a temporary file in the system TEMP directory. This file is locked and is automatically deleted after use.
See Also
VB6/C equivalent: ASN1_TextDumpToString
[Contents] [Index]