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