←Select platform

ResetKeyIfApplied Property

Summary
Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is reset to 0 when applied.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool ResetKeyIfApplied { get; set; } 
@property (nonatomic, assign) BOOL resetKeyIfApplied; 
public boolean getResetKeyIfApplied() 
public void setResetKeyIfApplied(boolean reset) 
public:  
   virtual property bool ResetKeyIfApplied 
   { 
      bool get() 
      void set(bool value) 
   } 
ResetKeyIfApplied # get and set (AnnEncryptObject) 

Property Value

true if the Key of this AnnEncryptObject object is reset to 0 when applied; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.