 | CryptoHelperSimpleDecrypt Method (String, Byte, Byte, Int32) |
Namespace:
EDK4Net.Security
Assembly:
EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntaxpublic static string SimpleDecrypt(
string encryptedMessage,
byte[] cryptKey,
byte[] authKey,
int nonSecretPayloadLength = 0
)
Parameters
- encryptedMessage
- Type: SystemString
- cryptKey
- Type: SystemByte
- authKey
- Type: SystemByte
- nonSecretPayloadLength (Optional)
- Type: SystemInt32
Return Value
Type:
String
See Also