Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is serialized along with the rest of the object.
public virtual bool SerializeKeyIfEncrypted { get; set; }
Public Overridable Property SerializeKeyIfEncrypted As Boolean
public virtual bool SerializeKeyIfEncrypted {get; set;}
@property (nonatomic) BOOL serializeKeyIfEncrypted;
public boolean getSerializeKeyIfEncrypted()
public void setSerializeKeyIfEncrypted(boolean serialize)
get_SerializeKeyIfEncrypted();
set_SerializeKeyIfEncrypted(value);
Object.defineProperty('SerializeKeyIfEncrypted');
public:
virtual property bool SerializeKeyIfEncrypted
{
bool get()
void set(bool value)
}
true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; otherwise, false.
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.
For an example, refer to AnnEncryptObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET