Discuss this help topic in SecureBlackbox Forum

TElPGPDecryptingStream.Protection

TElPGPDecryptingStream     See also     


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


This read-only property contains protection level if the password is used.

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 get protection level when the password is used.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum