Click or drag to resize

CryptoHelperSimpleDecryptWithPassword Method (String, String, Int32)

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

Parameters

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

Return Value

Type: String
See Also