Click or drag to resize

Asn1TextDump Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int TextDump(
	string outputFile,
	string fileOrPEMString,
	Asn1Options options = Asn1Options.Default
)

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  Asn1Options  (Optional)
Option flags (optional)

Return Value

Int32
Zero if successful; otherwise it returns an error code
See Also