Search Results for

    Show / Hide Table of Contents

    Class MacContext

    A message authentication code (MAC) context.

    Inheritance
    System.Object
    MacContextBase
    MacContext
    Inherited Members
    MacContextBase.Type
    MacContextBase.Destroy()
    MacContextBase.Compute(DataBuffer)
    MacContextBase.Compute(MacType, DataBuffer, DataBuffer)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class MacContext : MacContextBase

    Constructors

    MacContext(MacType, DataBuffer)

    Initializes a new instance of the MacContext class.

    Declaration
    public MacContext(MacType type, DataBuffer key)
    Parameters
    Type Name Description
    MacType type

    The type.

    DataBuffer key

    The key.

    Methods

    DoCompute(DataBuffer)

    Computes the message authentication code (MAC).

    Declaration
    protected override DataBuffer DoCompute(DataBuffer input)
    Parameters
    Type Name Description
    DataBuffer input

    The input.

    Returns
    Type Description
    DataBuffer
    Overrides
    MacContextBase.DoCompute(DataBuffer)

    DoDestroy()

    Destroys this instance.

    Declaration
    protected override void DoDestroy()
    Overrides
    MacContextBase.DoDestroy()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0