CryptoSys PKI Pro Manual

Rsa.KeyHashCode(String) Method

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

Syntax

[C#]
public static int KeyHashCode(
   string intKeyString 
)
[VB]
Public Shared Function KeyHashCode (
   intKeyString As String 
) As Integer

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

VB6/C equivalent: RSA_KeyHashCode

[Contents] [Index]

[PREV: Rsa.KeyBytes(StringBuilder) Method...]   [Contents]   [Index]   
   [NEXT: Rsa.KeyHashCode(StringBuilder) Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.