CryptoAESDecryptString Method (String, String) |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static string DecryptString(
string cipherText,
string sharedSecret
)
Public Shared Function DecryptString (
cipherText As String,
sharedSecret As String
) As String
public:
static String^ DecryptString(
String^ cipherText,
String^ sharedSecret
)
Parameters
- cipherText
- Type: SystemString
- sharedSecret
- Type: SystemString
Return Value
Type:
String
See Also