eccQueryKey
Query an EC key string for selected information.
Syntax
[VBA]
Public Function eccQueryKey ( _
szIntKeyString As String, _
szQuery As String, _
Optional nOptions As Long = 0 _
) As String
Parameters
- szIntKeyString
- Key in ephemeral "internal" representation.
- szQuery
- Query string (case insensitive). Valid queries are:
curveName
keyBits
isPrivate
privateKey
publicKey
- nOptions
- For future use.
Return Value
String: String containing the result or an empty string if not found or error.