RsaRawPublic(Byte, String, Int32) Method |
Carry out RSA transformation using public key (with specialist options).
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] RawPublic(
byte[] data,
string publicKeyStr,
int options
)
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
ByteTransformed data
See Also