Enum PasswordRestriction
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Options to secure a transponder password using LockPayload
public enum PasswordRestriction
- Extension Methods
Fields
Accessible = 0The password may be read and written when the tag is in either the open or secured states
AlwaysAccessible = 1The password may be read and written when the tag is in either the open or secured states and this access restriction should be set permanently.
AlwaysNotAccessible = 3The password may not be read or written and this access restriction should be set permanently.
NoChange = 4The password’s access restriction should remain unchanged.
SecuredAccessible = 2The password may be read or written only when the tag is in the secured state.