Convert the contents of a PEM file into a binary file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static int FileToBinFile(
string fileToMake,
string fileIn
)
Public Shared Function FileToBinFile (
fileToMake As String,
fileIn As String
) As Integer
Parameters
- fileToMake String
- Name of binary file to create.
- fileIn String
- Name of input PEM file
Return Value
Int32Zero if successful; otherwise it returns an
error code
See Also