rsaPublicKeyFromPrivate
Convert an internal RSA private key string into an internal public key string.
Syntax
[VBA]
Public Function rsaPublicKeyFromPrivate ( _
szKeyString As String, _
Optional nOptions As Long = 0 _
) As String
Parameters
- szKeyString
- Private key in internal string format.
- nOptions
- For future use.
Return Value
String: String containing an internal representation of the public key, or an empty string on error.