LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

SerializeKeyIfEncrypted Property






Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is serialized along with the rest of the object.
Syntax
public virtual bool SerializeKeyIfEncrypted {get; set;}
'Declaration
 
Public Overridable Property SerializeKeyIfEncrypted As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
instance.SerializeKeyIfEncrypted = value
 
value = instance.SerializeKeyIfEncrypted
public virtual bool SerializeKeyIfEncrypted {get; set;}
 get_SerializeKeyIfEncrypted();
set_SerializeKeyIfEncrypted(value);
public:
virtual property bool SerializeKeyIfEncrypted {
   bool get();
   void set (    bool value);
}

Property Value

true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; false otherwise.
Remarks
Normally this value is only changed before saving this AnnEncryptObject object to a disk file. It is then restored once the save operation is done.
Example
For an example, refer to AnnEncryptObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.