Dump details of an ASN.1 formatted data file to a text file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static int TextDump(
string outputFile,
string fileOrPEMString,
Asn1Options options = Asn1Options.Default
)
Public Shared Function TextDump (
outputFile As String,
fileOrPEMString As String,
Optional options As Asn1Options = Asn1Options.Default
) As Integer
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
Int32Zero if successful; otherwise it returns an
error code
See Also