Discuss this help topic in SecureBlackbox Forum
Specifies whether to protect metadata with timestamp.
Declaration
[C#]
bool ProtectMetadata;
[VB.NET]
Property ProtectMetadata As Boolean
[Pascal]
property ProtectMetadata : boolean;
[C++]
bool get_ProtectMetadata();
void set_ProtectMetadata(bool Value);
[PHP]
bool get_ProtectMetadata()
void set_ProtectMetadata(bool $Value)
[Java]
boolean getProtectMetadata();
void setProtectMetadata(boolean Value);
Description
Use this property to specify if document's metadata should be protected with timestamp.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum