CryptoSys PKI Pro Manual

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

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

Syntax

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

Parameters

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

Return Value

Byte
Transformed data

See Also

VB6/C equivalent: RSA_RawPublic

[Contents] [Index]

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

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