Generic OMAC class, to be inherited by OMAC1 and OMAC2

Namespace: BasicCard.Crypto.Messaging
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public abstract class Omac
Visual Basic
<CLSCompliantAttribute(true)>
Public MustInherit Class Omac
Visual C++
[CLSCompliantAttribute(true)]
public ref class Omac abstract
F#
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(true)>]
type Omac =  class end

Inheritance Hierarchy

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also