OMAC1.

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

Syntax

C#
[CLSCompliantAttribute(true)]
public class Omac1 : OmacFactory..::..Omac
Visual Basic
<CLSCompliantAttribute(true)>
Public Class Omac1
	Inherits OmacFactory..::..Omac
Visual C++
[CLSCompliantAttribute(true)]
public ref class Omac1 : public OmacFactory..::..Omac
F#
[<CLSCompliantAttribute(true)>]
type Omac1 =  
    class
        inherit OmacFactory..::..Omac
    end

Inheritance Hierarchy

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

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