CryptoSys PKI Pro Manual

Rsa.RawPrivate(Byte[], String) Method

Carry out RSA transformation using private key.

Syntax

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

Parameters

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

Return Value

Transformed data

See Also

VB6/C equivalent: RSA_RawPrivate

[Contents] [Index]

[PREV: Rsa.PublicKeyFromPrivate Method...]   [Contents]   [Index]   
   [NEXT: Rsa.RawPrivate(Byte, String, Int32) Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-17T11:18:15Z.