Class to encrypt BasicCard command data using CBC with BasicCard style CBS padding.
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)]
public class MessageCrypt |
Visual Basic |
---|
<CLSCompliantAttribute(true)>
Public Class MessageCrypt |
Visual C++ |
---|
[CLSCompliantAttribute(true)]
public ref class MessageCrypt |
F# |
---|
[<CLSCompliantAttribute(true)>]
type MessageCrypt = 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