OMAC2.
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)] public class Omac2 : OmacFactory..::..Omac |
Visual Basic |
---|
<CLSCompliantAttribute(true)> Public Class Omac2 Inherits OmacFactory..::..Omac |
Visual C++ |
---|
[CLSCompliantAttribute(true)] public ref class Omac2 : public OmacFactory..::..Omac |
F# |
---|
[<CLSCompliantAttribute(true)>] type Omac2 = class inherit OmacFactory..::..Omac end |
Inheritance Hierarchy
System..::..Object
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac2
BasicCard.Crypto.Messaging..::..OmacFactory..::..Omac
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.