CryptoSys PKI Toolkit Manual
Rsa.RawPublic Method (Byte[], String)
Carries 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
Examples (VB.NET)
See
Example1
See Also
VB6/C equivalent: RSA_RawPublic
[Contents] [Index]