(Leadtools.Annotations.Core)

ResetKeyIfApplied Property

Show in webframe





Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is reset to 0 when applied.
Syntax
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');

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.

Example

For an example, refer to AnnEncryptObject.

Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.