Click or drag to resize

CryptoHelperSimpleEncryptWithPassword Method (String, String, Byte)

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

Parameters

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

Return Value

Type: String
See Also