Click or drag to resize
MessageAuthentication Constructor
Creates a new instance with a specific private key, that can then be used to sign messages.

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

Parameters

privateKey
Type: SystemString
A private key that will be used as a secret in the signature. Must not be null or empty.
Exceptions
ExceptionCondition
ArgumentExceptionIf privateKey is null or empty.
See Also