CryptoAESDecryptData Method (Byte, String, Byte) |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static string DecryptData(
byte[] data,
string sharedSecret,
byte[] salt
)
Public Shared Function DecryptData (
data As Byte(),
sharedSecret As String,
salt As Byte()
) As String
public:
static String^ DecryptData(
array<unsigned char>^ data,
String^ sharedSecret,
array<unsigned char>^ salt
)
Parameters
- data
- Type: SystemByte
- sharedSecret
- Type: SystemString
- salt
- Type: SystemByte
Return Value
Type:
String
See Also