Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.Protection

TElPGPWriter     See also     


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


Protection level if the password is used for encryption.

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);

Values:

Description

    This property specifies the level of protection, i.e. the way in which the key is derived from password. The passwords are only used when EncryptionType is set to "etPassphrase" or "etBoth".
    Default value is ptNormal

See also:     EncryptionType     Passphrases    

Discuss this help topic in SecureBlackbox Forum