The SerializeKeyIfEncrypted Property supports WPF/Silverlight.
The SerializeKeyIfEncrypted Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is serialized along with the rest of the object.Visual Basic (Declaration) | |
---|---|
Public Property SerializeKeyIfEncrypted As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnEncryptObject Dim value As Boolean instance.SerializeKeyIfEncrypted = value value = instance.SerializeKeyIfEncrypted |
C# | |
---|---|
public bool SerializeKeyIfEncrypted {get; set;} |
Property Value
true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; false otherwise.For C#/VB examples, refer to AnnEncryptObject.
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)