Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.PreferredSymAlgs

TElPGPPublicKey     See also     


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


Containes a list of preferred symmetric algorithms of the keyholder.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property PreferredSymAlgs[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 symmetric algorithms of the keyholder, in the order of decreasing preference. Corresponds to the sePreferredSymAlg subpacket of the self-signature.

See also:     PreferredSymAlgCount     PreferredComprAlgs     PreferredHashAlgs     TElPGPSignatureSubpacket    

Discuss this help topic in SecureBlackbox Forum