eccReadPublicKey
Read an EC private key from a file into an internal key string.
Syntax
[VBA]
Public Function eccReadPublicKey ( _
szKeyFileOrString As String, _
Optional nOptions As Long = 0 _
) As String
Parameters
- szKeyFileOrString
- Either the name of file containing the key or a string containing the key in PEM format.
- nOptions
- For future use.
Return Value
String: String containing an internal representation of the public key, or empty string on error.