Gets or sets a value to indicate whether the
Key of this
AnnEncryptObject object is serialized along with the rest of the object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable 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 virtual bool SerializeKeyIfEncrypted {get; set;} |
| C++/CLI | |
|---|
public:
virtual property bool SerializeKeyIfEncrypted {
bool get();
void set (bool value);
} |
Return Value
true if the
Key of this
AnnEncryptObject object is serialized along with the rest of the object; false otherwise.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also