SerializeKeyIfEncrypted Property (original) (raw)
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)
}
Property Value
true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; otherwise, false.