Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.PreferredHashAlgs

TElPGPPublicKey     See also     


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


Containes a list of the preferred hash algorithms.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property PreferredHashAlgs[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 hash algorithms, in the order of decreasing preference. Corresponds to the sePreferredHashAlg subpacket of the self-signature.

See also:     PreferredHashAlgCount     PreferredComprAlgs     PreferredSymAlgs     TElPGPSignatureSubpacket    

Discuss this help topic in SecureBlackbox Forum