RsaEncodeMsgForEncryption Method |
Encode a message for encryption.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] EncodeMsgForEncryption(
int keyBytes,
byte[] message,
RsaEME method
)
Public Shared Function EncodeMsgForEncryption (
keyBytes As Integer,
message As Byte(),
method As RsaEME
) As Byte()
Parameters
- keyBytes Int32
- Number of bytes in the key
- message Byte
- Message to be encoded
- method RsaEME
- Encoding method to use
Return Value
ByteEncoded message block
See Also