CryptoSys PKI Toolkit Manual

Rsa.KeyHashCode Method (String)

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

Syntax

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

Parameters

intKeyString
Internal key string

Return Value

A hash code for the key, or zero on error

See Also

VB6/C equivalent: RSA_KeyHashCode

[Contents] [Index]

[HOME]   [NEXT: Rsa.KeyHashCode Method (StringBuilder)...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.