Click or drag to resize

EccKeyHashCode Method

Compute the hash code of an "internal" ECC public or private key string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntax
public static int KeyHashCode(
	string intKeyString
)

Parameters

intKeyString  String
Internal key string

Return Value

Int32
A 32-bit hash code for the key, or zero on error.
Remarks
Should be the same for a matching private and public key.
See Also