CryptoSys PKI Pro Manual

Ecc.KeyMatch Method

Verify that a pair of "internal" ECC private and public key strings are matched.

Syntax

[C#]
public static int KeyMatch(
	string privateKey,
	string publicKey,
)
[VB.NET]
Public Shared Function KeyMatch ( _
	privateKey As String, _
	publicKey As String, _
) As Integer

Parameters

privateKey
Internal ECC private key string
privateKey
Internal ECC public key string

Return Value

0=valid key pair, or negative error code

See Also

VB6/C equivalent: ECC_KeyMatch

[Contents] [Index]

[PREV: Ecc.KeyHashCode Method...]   [Contents]   [Index]   
   [NEXT: Ecc.MakeKeys Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-06T00:43:03Z.