←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#
Objective-C
C++/CLI
Java
Python
public virtual bool SerializeKeyIfEncrypted { get; set; } 
@property (nonatomic, assign) BOOL serializeKeyIfEncrypted; 
public boolean getSerializeKeyIfEncrypted() 
public void setSerializeKeyIfEncrypted(boolean serialize) 
public:  
   virtual property bool SerializeKeyIfEncrypted 
   { 
      bool get() 
      void set(bool value) 
   } 
SerializeKeyIfEncrypted # get and set (AnnEncryptObject) 

Property Value

true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; otherwise, false.

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.