CryptoSys PKI Pro Manual

X509.TextDumpToString Method

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

[C#]
public static string TextDumpToString(
	string certFile,
	X509.OutputOpts outOpts
)
[VB.NET]
Public Shared Function TextDumpToString ( _
	certFile As String, _
	outOpts As X509.OutputOpts _
) As String

Parameters

certFile
Filename of certificate file (or its base64 representation)
outOpts
Type: X509.OutputOpts
Options for output

Return Value

String containing the result, or an empty string on error.

Remarks

The notation [!] denotes a critical extension, e.g. Key Usage[!]:.

See Also

VB6/C equivalent: X509_TextDumpToString

[Contents] [Index]

[PREV: X509.TextDump Method...]   [Contents]   [Index]   
   [NEXT: X509.ValidatePath Method...]

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