Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

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

            

            
public:
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 C#/VB examples, refer to AnnEncryptObject.

Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features