Get read access lock state.
Namespace: BasicCard.BasicCards.FileSysAssembly: 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: Booleantrue 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.