VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.Crypto
CryptoAES Class
CryptoAES Methods
DecryptData Method
DecryptDataAsBytes Method
DecryptString Method
DecryptTextWithKey Method
DecryptTextWithKey_AesCrypto Method
DecryptTextWithKey_Rijndael Method
EncryptString Method
EncryptTextWithKey Method
EncryptTextWithKey_AesCrypto Method
EncryptTextWithKey_Rijndael Method
CryptoAES
DecryptTextWithKey Method
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
static
string
DecryptTextWithKey
(
byte
[]
data
,
int
keySize
,
RSACryptoServiceProvider
rsa
)
Parameters
data
Type:
System
Byte
keySize
Type:
System
Int32
rsa
Type:
System.Security.Cryptography
RSACryptoServiceProvider
Return Value
Type:
String
See Also
Reference
CryptoAES Class
MFiles.Crypto Namespace