CryptoAESDecryptTextWithKey Method

Definition

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

Parameters

data  Byte
 
keySize  Int32
 
rsa  RSACryptoServiceProvider
 

Return Value

String

See Also