rsaKeyValue
Extract a base64-encoded RSA key value from internal key string.
Syntax
[VBA]
Public Function rsaKeyValue ( _
szKeyString As String, _
szFieldName As String, _
Optional nOptions As Long = 0 _
) As String
Parameters
- szKeyString
- Public or private key in internal string format.
- szFieldName
- Name of field to be extracted:
"Modulus"
or "Exponent"
.
- nOptions
- For future use.
Return Value
String: Value encoded in base64 or an empty string on error.