Discuss this help topic in SecureBlackbox Forum

TElPGPDecryptingStream.IntegrityProtected

TElPGPDecryptingStream     


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


This read-only property shows if integrity checking code is included.

Declaration

[C#]
    bool IntegrityProtected;

[VB.NET]
    Property IntegrityProtected As Boolean

[Pascal]
    property IntegrityProtected : boolean;

[C++]
    bool get_IntegrityProtected();

[PHP]
    bool get_IntegrityProtected()

[Java]
    boolean getIntegrityProtected();

Description

    Use this property to define if the code for integrity checking was 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