CryptoSys PKI Pro Manual

Rsa.KeyMatch Method (StringBuilder, StringBuilder)

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

Syntax

[C#]
public static int KeyMatch(
	StringBuilder sbPrivateKey,
	StringBuilder sbPublicKey
)
[VB.NET]
Public Shared Function KeyMatch ( _
	sbPrivateKey As StringBuilder, _
	sbPublicKey As StringBuilder _
) As Integer

Parameters

sbPrivateKey
Internal RSA private key string
sbPublicKey
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.KeyMatch Method (String, String)...]   [Contents]   [Index]   
   [NEXT: Rsa.KeyValue Method...]

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