Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.TrustAmount

TElPGPSignature     See also     


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


Contains trust amount in range 0-255.

Declaration

[C#]
    byte TrustAmount;

[VB.NET]
    Property TrustAmount As Byte

[Pascal]
    property TrustAmount : byte;

[C++]
    uint8_t get_TrustAmount();
    void set_TrustAmount(uint8_t Value);

[PHP]
    integer get_TrustAmount()
    void set_TrustAmount(integer $Value)

[Java]
    byte getTrustAmount();
    void setTrustAmount(byte arg0);

Description

    The trust amount is in range 0-255, interpreted such that values less than 120 indicate partial trust and values of 120 or greater indicate complete trust.
    This property is mapped to TElPGPTrustSignatureSubpacket.Amount for version 4 signatures.

See also:     TrustLevel    

Discuss this help topic in SecureBlackbox Forum