Discuss this help topic in SecureBlackbox Forum

TElPGPEncryptingStream.IntegrityProtected

TElPGPEncryptingStream     


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


Defines if integrity checking code is included.

Declaration

[C#]
    bool IntegrityProtected;

[VB.NET]
    Property IntegrityProtected As Boolean

[Pascal]
    property IntegrityProtected : boolean;

[C++]
    bool get_IntegrityProtected();
    void set_IntegrityProtected(bool Value);

[PHP]
    bool get_IntegrityProtected()
    void set_IntegrityProtected(bool $Value)

[Java]
    boolean getIntegrityProtected();
    void setIntegrityProtected(boolean Value);

Description

    Use this property to define if the code for integrity checking must be included.
     Note, although it is useful to check data integrity, some old PGP versions do not support it.

Discuss this help topic in SecureBlackbox Forum