Click or drag to resize

RsaDecodeMsgForEncryption Method

Decode a message for encryption.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] DecodeMsgForEncryption(
	byte[] data,
	RsaEME method
)

Parameters

data  Byte
Encoded message
method  RsaEME
Encoding method used

Return Value

Byte
Decoded message
See Also