CryptoSys PKI Pro Manual

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

Carry out RSA transformation using private key (with specialist options).

Syntax

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

Parameters

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

Return Value

Byte
Transformed data

See Also

VB6/C equivalent: RSA_RawPrivate

[Contents] [Index]

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

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.