Click or drag to resize

CryptoHelperSimpleEncryptWithPassword Method (Byte, String, Byte)

Namespace:  EDK4Net.Security
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static byte[] SimpleEncryptWithPassword(
	byte[] secretMessage,
	string msg,
	byte[] nonSecretPayload = null
)

Parameters

secretMessage
Type: SystemByte
msg
Type: SystemString
nonSecretPayload (Optional)
Type: SystemByte

Return Value

Type: Byte
See Also