Click or drag to resize
MessageAuthenticationSign Method
Signs a message by combining it with a private key, used for prevention of unauthorized changes of the message.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public string Sign(
	string message
)

Parameters

message
Type: SystemString
The message that should be signed. Must not be null or empty.

Return Value

Type: String
A string token in hex format.
Exceptions
ExceptionCondition
ArgumentExceptionIf message is null or empty.
See Also