Click or drag to resize

CryptoHelperSimpleDecrypt Method (String, Byte, Byte, Int32)

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

Parameters

encryptedMessage
Type: SystemString
cryptKey
Type: SystemByte
authKey
Type: SystemByte
nonSecretPayloadLength (Optional)
Type: SystemInt32

Return Value

Type: String
See Also