OMACFactory: One-Key CBC MAC.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  BasicCard.Crypto.Messaging..::..OmacFactory

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