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.5.0
Syntax public string Sign(
string message
)
Parameters
- message
- Type: SystemString
The message that should be signed. Must not be null or empty.
Return Value
Type:
StringA string token in hex format.
Exceptions Exception | Condition |
---|
ArgumentException | If message is null or empty. |
See Also