Click or drag to resize

RsaEncodeMsgForEncryption Method

Encode a message for encryption.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] EncodeMsgForEncryption(
	int keyBytes,
	byte[] message,
	RsaEME method
)

Parameters

keyBytes  Int32
Number of bytes in the key
message  Byte
Message to be encoded
method  RsaEME
Encoding method to use

Return Value

Byte
Encoded message block
See Also