CryptoSys PKI Toolkit Manual

X509.TextDump Method

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

Syntax

[C#]
public static int TextDump(
	string outputFile,
	string certFile
)
[VB.NET]
Public Shared Function TextDump ( _
	outputFile As String, _
	certFile As String _
) As Integer

Parameters

outputFile
Filename of text file to be created
certFile
Filename of certificate file (or its base64 representation)

Return Value

If successful, the return value is zero; otherwise it returns a nonzero error code.

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: X509_TextDump

[Contents] [Index]

[HOME]   [NEXT: X509.ValidatePath Method (String)...]

Copyright © 2004-10 D.I. Management Services Pty Ltd. All rights reserved.