Inheritance Hierarchy
Apptus.ESales.ConnectorMessageAuthentication
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class MessageAuthentication
The MessageAuthentication type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MessageAuthentication |
Creates a new instance with a specific private key, that can then be used to sign messages.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Sign |
Signs a message by combining it with a private key, used for prevention of unauthorized changes of the message.
| |
| ToString | (Inherited from Object.) |
See Also