Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.PreferredComprAlgs

TElPGPPublicKey     See also     


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


Containes a list of the preferred compression algorithms.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property PreferredComprAlgs[Index : integer] : integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the algorithm in the list.

Values

Description

    Use this property to get a list of the preferred compression algorithms, in the order of decreasing preference. Corresponds to the sePreferredComprAlg subpacket of the self-signature.

See also:     PreferredComprAlgCount     PreferredHashAlgs     PreferredSymAlgs     TElPGPSignatureSubpacket    

Discuss this help topic in SecureBlackbox Forum