CryptoSys PKI Toolkit Manual

Rsa.RawPrivate Method (Byte[], String)

Carries out RSA transformation using private key

Syntax

[C#]
public static byte[] RawPrivate(
	byte[] data,
	string privateKeyStr
)
[VB.NET]
Public Shared Function RawPrivate ( _
	data As Byte(), _
	privateKeyStr As String _
) As Byte()

Parameters

data
Data (must be same byte length as key modulus)
privateKeyStr
Private key in internal string format

Return Value

Transformed data

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RSA_RawPrivate

[Contents] [Index]

[HOME]   [NEXT: Rsa.RawPrivate Method (Byte, String, Int32)...]

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