Leadtools.Annotations.Core Namespace > AnnSerializeOptions Class : SaveLockPassword Property |
public bool SaveLockPassword {get; set;}
Public Property SaveLockPassword As Boolean
public bool SaveLockPassword {get; set;}
@property (nonatomic) BOOL saveLockPassword;
public boolean getSaveLockPassword() public void setSaveLockPassword(boolean password)
get_SaveLockPassword();
set_SaveLockPassword(value);
Object.defineProperty('SaveLockPassword');
The value of AnnObject.Password will be saved as is in the file. So it is recommended you store a hash of the password in AnnObject.Password instead of the user password.