Compute the hash code of an "internal" ECC public or private key string.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static int KeyHashCode(
string intKeyString
)
Public Shared Function KeyHashCode (
intKeyString As String
) As Integer
Parameters
- intKeyString String
- Internal key string
Return Value
Int32A 32-bit hash code for the key, or zero on error.
RemarksShould be the same for a matching private and public key.
See Also