Discuss this help topic in SecureBlackbox Forum

TElPGPTrustSignatureSubpacket.Level

TElPGPTrustSignatureSubpacket     See also     


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


Specifies signature trustworthy level.

Declaration

[C#]
    byte Level;

[VB.NET]
    Property Level As Byte

[Pascal]
    property Level : byte;

[C++]
    uint8_t get_Level();
    void set_Level(uint8_t Value);

[PHP]
    integer get_Level()
    void set_Level(integer $Value)

[Java]
    byte getLevel();
    void setLevel(byte arg0);

Description

    Trust level n means that the signed key is asserted to be trusted to issue level n-1 trust signatures.

See also:     Amount    

Discuss this help topic in SecureBlackbox Forum