Basic symmetric block encryption (ECB).
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)]
public class BlockCrypt |
Visual Basic |
---|
<CLSCompliantAttribute(true)>
Public Class BlockCrypt |
Visual C++ |
---|
[CLSCompliantAttribute(true)]
public ref class BlockCrypt |
F# |
---|
[<CLSCompliantAttribute(true)>]
type BlockCrypt = 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