CryptoSys PKI Toolkit Manual

X509.ReadStringFromFile Method

Creates a base64 string 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.

[Contents] [Index]


[HOME]   [NEXT: X509.SaveFileFromString Method...]

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