←Select platform

SerializeKeyIfEncrypted Property

Summary

Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is serialized along with the rest of the object.

Syntax

C#
VB
C++
public bool SerializeKeyIfEncrypted { get; set; } 
  
Public Property SerializeKeyIfEncrypted As Boolean 
public: 
property bool SerializeKeyIfEncrypted { 
   bool get(); 
   void set (    bool ); 
} 

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

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