←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#
VB
C++
public bool ResetKeyIfApplied { get; set; } 
  
Public Property ResetKeyIfApplied As Boolean 
public: 
property bool ResetKeyIfApplied { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

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.

Example

For C#/VB examples, refer to AnnEncryptObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly