Discuss this help topic in SecureBlackbox Forum

TElPGPPreferredSymmetricAlgorithmsSignatureSubpacket.Preferred

TElPGPPreferredSymmetricAlgorithmsSignatureSubpacket     See also     


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


Indicates 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 Symmetric Algorithm element in the list. 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