X509ReadStringFromFile Method |
Create a base64 string representation of a X.509 certificate file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string ReadStringFromFile(
string certFile
)
Public Shared Function ReadStringFromFile (
certFile As String
) As String
Parameters
- certFile String
- Filename of certificate file (or its base64 representation)
Return Value
StringString in continuous base64 format, or an empty string on error.
See Also