x509ReadStringFromFile
Read an X.509 certificate into a base64-encoded string.
Syntax
[VBA]
Public Function x509ReadStringFromFile ( _
szCertFile As String, _
Optional nOptions As Long = 0 _
) As String
Parameters
- szCertFile
- Name of X.509 certificate file.
- nOptions
- For future use.
Return Value
String: String in continuous base64 format, or an empty string on error.