Discuss this help topic in SecureBlackbox Forum

TElPGPPreferredCompressionAlgorithmsSignatureSubpacket.Preferred

TElPGPPreferredCompressionAlgorithmsSignatureSubpacket     See also     


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


Indicate which algorithms the key holder prefers to use.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Preferred[Index : integer] : byte;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of item in list

Description

    Use this property to access single Compression Algorithm element in the list. A zero denotes that uncompressed data is preferred. Algorithms in list are ordered by preference. The most preferable algorithm is the first one.

See also:     PreferredCount    

Discuss this help topic in SecureBlackbox Forum