Discuss this help topic in SecureBlackbox Forum

TElPGPTrustSignatureSubpacket.Amount

TElPGPTrustSignatureSubpacket     See also     


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


Contains the trust amount in range of 0-255.

Declaration

[C#]
    byte Amount;

[VB.NET]
    Property Amount As Byte

[Pascal]
    property Amount : byte;

[C++]
    uint8_t get_Amount();
    void set_Amount(uint8_t Value);

[PHP]
    integer get_Amount()
    void set_Amount(integer $Value)

[Java]
    byte getAmount();
    void setAmount(byte arg0);

Description

    The value less than 120 indicates partial trust, value of 120 or greater indicates complete trust.

See also:     Level    

Discuss this help topic in SecureBlackbox Forum