Leadtools.Annotations.Core Namespace > AnnEncryptObject Class : ResetKeyIfApplied Property |
public virtual bool ResetKeyIfApplied {get; set;}
Public Overridable Property ResetKeyIfApplied As Boolean
public virtual bool ResetKeyIfApplied {get; set;}
@property (nonatomic) BOOL resetKeyIfApplied;
public bool getResetKeyIfApplied(); public void setResetKeyIfApplied(bool value);
get_ResetKeyIfApplied();
set_ResetKeyIfApplied(value);
Object.defineProperty('ResetKeyIfApplied');
Setting this to true adds a layer of security to the encrypt object, forcing the user to re-enter the key after an encrypt object is applied.
For an example, refer to AnnEncryptObject.