Click or drag to resize

Settings.TagProtectionAccessPassword Property

Gets the tag protection access password. if TagProtection is set to DynamicPassword, tag will be locked automatically when writing data and the tag's access password will changed to a reader calculated password. if TagProtection is set to SpecifiedPassword, tag will be locked automatically when writing data and the tag's access password will changed to the TagProtectionAccessPassword.

Namespace:  com.gigatms.Parameters.TS800_60
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntax
public byte[] TagProtectionAccessPassword { get; set; }

Property Value

Type:Byte[]
The tag protection access password.
See Also