CryptoSys PKI Pro Manual

asn1TextDumpToString

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

Syntax

[VBA]
Public Function asn1TextDumpToString ( _
    szFileOrPEMString As String, _
    Optional nOptions As Long = 0, _
    Optional szDirName As String = "" _
) As String

Parameters

szFileOrPEMString
Filename of ASN.1 formatted data file to be analyzed (or its base64 representation or PEM string).
nOptions
Use 0 for default or add any of:
PKI_ASN1_NOCOMMENTS
PKI_ASN1_ADDLEVELS
szDirName
Directory in which to create a temporary file. Specify "" for default = system TEMP directory.

Return Value

String: String containing the output.

Remarks

Note different order of parameters from core function.
[PREV: VBA Wrapper Function List...]   [Contents]   [Index]   
   [NEXT: asn1Type...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.