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