Discuss this help topic in SecureBlackbox Forum

TElPGPEncryptingStream.Protection

TElPGPEncryptingStream     See also     


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


Specifies the level of protection if the password is used.

Declaration

[C#]
    TSBPGPProtectionType Protection;

[VB.NET]
    Property Protection As TSBPGPProtectionType

[Pascal]
    property Protection : TSBPGPProtectionType;

[C++]
    TSBPGPProtectionType get_Protection();
    void set_Protection(TSBPGPProtectionType Value);

[PHP]
    integer get_Protection()
    void set_Protection(integer $Value)

[Java]
    TSBPGPProtectionType getProtection();
    void setProtection(TSBPGPProtectionType Value);

Description

    Use this property to specify the protection level for password-based encryption. Actually, it corresponds to password-to-key algorithm complexity. This property does not have any meaning if public-key-only encryption (i.e. encryption with keys) is used.
    Default value is ptNormal.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum