Get read access lock state.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool IsReadLocked { get; }
Visual Basic
Public ReadOnly Property IsReadLocked As Boolean
	Get
Visual C++
public:
property bool IsReadLocked {
	bool get ();
}
F#
member IsReadLocked : bool with get

Return Value

Type: Boolean
true if read access id locked (prohibited), false if read access is allowed

Remarks

Even if read access is locked, read is still possible when encryption with one of the keys specified by ReadKeys is active.

See Also