Click or drag to resize

PemFileToBinFile Method

Convert the contents of a PEM file into a binary file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int FileToBinFile(
	string fileToMake,
	string fileIn
)

Parameters

fileToMake  String
Name of binary file to create.
fileIn  String
Name of input PEM file

Return Value

Int32
Zero if successful; otherwise it returns an error code
See Also