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