Click or drag to resize

CryptoHelperSimpleDecryptWithPassword Method (Byte, String, Int32)

Namespace:  EDK4Net.Security
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static byte[] SimpleDecryptWithPassword(
	byte[] encryptedMessage,
	string msg,
	int nonSecretPayloadLength = 0
)

Parameters

encryptedMessage
Type: SystemByte
msg
Type: SystemString
nonSecretPayloadLength (Optional)
Type: SystemInt32

Return Value

Type: Byte
See Also