CryptoAESDecryptString(String, String, Byte) Method

Definition

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

Parameters

cipherText  String
 
sharedSecret  String
 
salt  Byte
 

Return Value

String

See Also