CryptoSys PKI Pro Manual

Rsa.RawPublic Method (Byte[], String)

Carry out RSA transformation using public key.

Syntax

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

Parameters

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

Return Value

Transformed data

See Also

VB6/C equivalent: RSA_RawPublic

[Contents] [Index]

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

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