MessageAuthentication ClassA Sandcastle Documented Class Library
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodMessageAuthentication
Creates a new instance with a specific private key, that can then be used to sign messages.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSign
Signs a message by combining it with a private key, used for prevention of unauthorized changes of the message.
Public methodToString (Inherited from Object.)
Top
See Also

Reference