Click or drag to resize

MacContextBase 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 MacContextBase type exposes the following members.

Constructors
  NameDescription
Public methodMacContextBase
Initializes a new instance of the MacContextBase class.
Top
Properties
  NameDescription
Public propertyType
Gets the type.
Top
Methods
  NameDescription
Public methodCompute(DataBuffer)
Computes the message authentication code (MAC).
Public methodStatic memberCompute(MacType, DataBuffer, DataBuffer)
Computes the message authentication code (MAC) for a given type.
Public methodDestroy
Destroys this instance.
Protected methodDoCompute
Computes the message authentication code (MAC).
Protected methodDoDestroy
Destroys this instance.
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