Verify that a pair of "internal" ECC private and public key strings are matched.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.2.0.37107 (23.2.0.0)
Syntaxpublic static int KeyMatch(
string privateKey,
string publicKey
)
Public Shared Function KeyMatch (
privateKey As String,
publicKey As String
) As Integer
Parameters
- privateKey String
- Internal ECC private key string
- publicKey String
- Internal ECC public key string
Return Value
Int320=valid key pair, or negative
error code
See Also