M-Files Vault Application Framework
C#
Show/Hide TOC
Crypto
AES
Decrypt
Data(
Byte
, Rfc
2898Derive
Bytes) Method
Definition
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 23.12.13247.3
C#
Copy
public
static
string
DecryptData
(
byte
[]
data
,
Rfc2898DeriveBytes
key
)
Parameters
data
Byte
key
Rfc2898DeriveBytes
Return Value
String
See Also
Reference
CryptoAES Class
DecryptData Overload
MFiles.Crypto Namespace
In This Article
Definition
Parameters
Return Value
See Also