CryptoAESDecryptTextWithKey_AesCrypto Method |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static string DecryptTextWithKey_AesCrypto(
byte[] data,
int keySize,
RSACryptoServiceProvider rsa
)
Public Shared Function DecryptTextWithKey_AesCrypto (
data As Byte(),
keySize As Integer,
rsa As RSACryptoServiceProvider
) As String
public:
static String^ DecryptTextWithKey_AesCrypto(
array<unsigned char>^ data,
int keySize,
RSACryptoServiceProvider^ rsa
)
Parameters
- data
- Type: SystemByte
- keySize
- Type: SystemInt32
- rsa
- Type: System.Security.CryptographyRSACryptoServiceProvider
Return Value
Type:
String
See Also