Block length in bytes.
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public int BlockLen { get; } |
Visual Basic |
---|
Public ReadOnly Property BlockLen As Integer Get |
Visual C++ |
---|
public: property int BlockLen { int get (); } |
F# |
---|
member BlockLen : int with get |