CryptoSys PKI Pro Manual

X509.ReadStringFromFile Method

Create a base64 string representation of a X.509 certificate file.

Syntax

[C#]
public static string ReadStringFromFile(
	string certFile
)
[VB.NET]
Public Shared Function ReadStringFromFile ( _
	certFile As String _
) As String

Parameters

certFile
Filename of certificate file (or its base64 representation)

Return Value

String in continuous base64 format, or an empty string on error.

See Also

VB6/C equivalent: X509_ReadStringFromFile

[Contents] [Index]

[PREV: X509.ReadCertStringFromPFX Method...]   [Contents]   [Index]   
   [NEXT: X509.SaveFileFromString Method...]

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