Discuss this help topic in SecureBlackbox Forum

TElPGPDecryptingStream.SymmetricallyEncrypted

TElPGPDecryptingStream     See also     


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


This read-only property shows if the password was used to encrypt the data.

Declaration

[C#]
    bool SymmetricallyEncrypted;

[VB.NET]
    Property SymmetricallyEncrypted As Boolean

[Pascal]
    property SymmetricallyEncrypted : boolean;

[C++]
    bool get_SymmetricallyEncrypted();

[PHP]
    bool get_SymmetricallyEncrypted()

[Java]
    boolean getSymmetricallyEncrypted();

Description

This property contains
     True, if the password was used for encryption.
     False, if only PGP keys were used for encryption.

See also:     Protection    

Discuss this help topic in SecureBlackbox Forum