Get write access lock state.
Namespace: BasicCard.BasicCards.FileSysAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool IsWriteLocked { get; } |
Visual Basic |
---|
Public ReadOnly Property IsWriteLocked As Boolean Get |
Visual C++ |
---|
public: property bool IsWriteLocked { bool get (); } |
F# |
---|
member IsWriteLocked : bool with get |
Property Value
Type: Boolean
Remarks
Even if write access is locked, write is still possible when encryption with
one of the keys specified by WriteKeys is active.