CryptoAESDecryptData(Byte, String, Byte) Method

Definition

Namespace: MFiles.Crypto
Assembly: MFiles.Crypto (in MFiles.Crypto.dll) Version: 23.12.13247.3
C#
public static string DecryptData(
	byte[] data,
	string sharedSecret,
	byte[] salt
)

Parameters

data  Byte
 
sharedSecret  String
 
salt  Byte
 

Return Value

String

See Also