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;}
'Declaration
Public Overridable Property SerializeKeyIfEncrypted As Boolean
'Usage
Dim instance As AnnEncryptObject
Dim value As Boolean
instance.SerializeKeyIfEncrypted = value
value = instance.SerializeKeyIfEncrypted
public:
virtual 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.