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