Click or drag to resize

MacContext Class

A message authentication code (MAC) context.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The MacContext type exposes the following members.

Constructors
  NameDescription
Public methodMacContext
Initializes a new instance of the MacContext class.
Top
Properties
  NameDescription
Public propertyType
Gets the type.
(Inherited from MacContextBase.)
Top
Methods
  NameDescription
Public methodCompute(DataBuffer)
Computes the message authentication code (MAC).
(Inherited from MacContextBase.)
Public methodDestroy
Destroys this instance.
(Inherited from MacContextBase.)
Protected methodDoCompute
Computes the message authentication code (MAC).
(Overrides MacContextBaseDoCompute(DataBuffer).)
Protected methodDoDestroy
Destroys this instance.
(Overrides MacContextBaseDoDestroy.)
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 methodToString (Inherited from Object.)
Top
See Also