CryptoAESEncryptTextWithKey_AesCrypto Method

Definition

Namespace: MFiles.Crypto
Assembly: MFiles.Crypto (in MFiles.Crypto.dll) Version: 23.12.13247.3
C#
public static byte[] EncryptTextWithKey_AesCrypto(
	string text,
	int keySize,
	RSACryptoServiceProvider rsa
)

Parameters

text  String
 
keySize  Int32
 
rsa  RSACryptoServiceProvider
 

Return Value

Byte

See Also