Get block length of used encryption algorithm

Namespace: BasicCard.Crypto.Messaging
Assembly: 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

Property Value

Type: Int32

See Also