RsaDecodeMsgForEncryption Method |
Decode a message for encryption.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] DecodeMsgForEncryption(
byte[] data,
RsaEME method
)
Public Shared Function DecodeMsgForEncryption (
data As Byte(),
method As RsaEME
) As Byte()
Parameters
- data Byte
- Encoded message
- method RsaEME
- Encoding method used
Return Value
ByteDecoded message
See Also