LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

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 bool ResetKeyIfApplied {get; set;}
'Declaration
 
Public Property ResetKeyIfApplied As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
instance.ResetKeyIfApplied = value
 
value = instance.ResetKeyIfApplied

            

            
public:
property bool ResetKeyIfApplied {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


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