Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.ProtectMetadata

TElMessageTimestamper     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     FileName     DataURI     Timestamp    

Discuss this help topic in SecureBlackbox Forum