MessageAuthentication Constructor A Sandcastle Documented Class Library
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.2.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

Reference