Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.TrustLevel

TElPGPSignature     See also     


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


Specifies level of trust of the signature.

Declaration

[C#]
    byte TrustLevel;

[VB.NET]
    Property TrustLevel As Byte

[Pascal]
    property TrustLevel : byte;

[C++]
    uint8_t get_TrustLevel();
    void set_TrustLevel(uint8_t Value);

[PHP]
    integer get_TrustLevel()
    void set_TrustLevel(integer $Value)

[Java]
    byte getTrustLevel();
    void setTrustLevel(byte arg0);

Description

    Level 1 means that the signed key is asserted to be a valid trusted introducer, with the 2nd octet of the body specifying the degree of trust. Level n means that the signed key is asserted to be trusted to issue level n-1 trust signatures.
    This property is mapped to TElPGPTrustSignatureSubpacket.Level for version 4 signatures.

See also:     TrustAmount    

Discuss this help topic in SecureBlackbox Forum