Click or drag to resize

Asn1TextDumpToString Method

Dump details of ASN.1 formatted data to a string.

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

Parameters

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: set as zero for defaults.

Return Value

String
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