Click or drag to resize

RsaKeyHashCode(StringBuilder) Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int KeyHashCode(
	StringBuilder sbKeyString
)

Parameters

sbKeyString  StringBuilder
Internal key string

Return Value

Int32
A 32-bit hash code for the key, or zero on error.
See Also