Discuss this help topic in SecureBlackbox Forum

TElPGPReader.Protection

TElPGPReader     See also     


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


Specifies protection type.

Declaration

[C#]
    TSBPGPProtectionType Protection;

[VB.NET]
    Property Protection As TSBPGPProtectionType

[Pascal]
    property Protection : TSBPGPProtectionType;

[C++]
    TSBPGPProtectionType get_Protection();

[PHP]
    integer get_Protection()

[Java]
    TSBPGPProtectionType getProtection();

Values

Description

    Use this property to retrieve the protection type. ProtectionType indicates the level of protection of a secret key fields. Actually, it defines the algorithm which was used to obtain the stream encryption key from a passphrase.

See also:     OnFileExtractionStart    

Discuss this help topic in SecureBlackbox Forum