Generic OMAC class, to be inherited by OMAC1 and OMAC2
Namespace: BasicCard.Crypto.MessagingAssembly: 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
System..::..Object
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac1
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac2
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac1
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac2
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.