CryptoSys PKI Pro Manual

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

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

Syntax

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

Parameters

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

Return Value

Transformed data

See Also

VB6/C equivalent: RSA_RawPublic

[Contents] [Index]

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

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