CryptoAESDecryptString(String, String) 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
)

Parameters

cipherText  String
 
sharedSecret  String
 

Return Value

String

See Also