Table of Contents

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 = 0

The password may be read and written when the tag is in either the open or secured states

AlwaysAccessible = 1

The 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 = 3

The password may not be read or written and this access restriction should be set permanently.

NoChange = 4

The password’s access restriction should remain unchanged.

SecuredAccessible = 2

The password may be read or written only when the tag is in the secured state.