RsaRawPublic(Byte, String) Method |
Carry out RSA transformation using public key.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] RawPublic(
byte[] data,
string publicKeyStr
)
Public Shared Function RawPublic (
data As Byte(),
publicKeyStr As String
) As Byte()
Parameters
- data Byte
- Data (must be same byte length as key modulus)
- publicKeyStr String
- Public key in internal string format
Return Value
ByteTransformed data
See Also