CryptoSys PKI Pro Manual

Rsa.KeyMatch Method (String, String)

Verify that a pair of "internal" RSA 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 RSA private key string
publicKey
Internal RSA public key string

Return Value

0=valid key pair, or negative error code

See Also

VB6/C equivalent: RSA_KeyMatch

[Contents] [Index]

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

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.