Click or drag to resize

SettingsTagProtectionAccessPassword 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.TS50
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public byte[] TagProtectionAccessPassword { get; set; }

Property Value

Type: Byte
The tag protection access password.
See Also