CryptoSys PKI Pro Manual

x509TextDumpToString

Dump details of an X.509 certificate or a X.509 certificate revocation list (CRL) or a PKCS-10 certificate signing request (CSR) to a string.

Syntax

[VBA]
Public Function x509TextDumpToString ( _
    szCertFile As String, _
    Optional nOptions As Long = 0 _
) As String

Parameters

szCertFile
Name of input file (or its base64 or PEM string representation).
nOptions
Use 0 for default or add any of:
PKI_X509_LATIN1
PKI_X509_LDAP
PKI_X509_DECIMAL

Return Value

String: String containing the result, or an empty string on error.
[PREV: x509ReadStringFromFile...]   [Contents]   [Index]   
   [NEXT: xofBytes...]

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