Click or drag to resize

CryptoHelperSimpleEncrypt Method (String, Byte, Byte, Byte)

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

Parameters

secretMessage
Type: SystemString
cryptKey
Type: SystemByte
authKey
Type: SystemByte
nonSecretPayload (Optional)
Type: SystemByte

Return Value

Type: String
See Also