Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.SigTrust

TElPGPTrust     See also     


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


Contains SIGTRUST bits.

Declaration

[C#]
    byte SigTrust;

[VB.NET]
    Property SigTrust As Byte

[Pascal]
    property SigTrust : byte;

[C++]
    uint8_t get_SigTrust();
    void set_SigTrust(uint8_t Value);

[PHP]
    integer get_SigTrust()
    void set_SigTrust(integer $Value)

[Java]
    byte getSigTrust();
    void setSigTrust(byte arg0);

Values:

Description

    SIGTRUST bits - trust bits for this signature. Value is copied directly from OwnerTrust bits of signer.

See also:     Checked     Contiguous     OwnerTrust    

Discuss this help topic in SecureBlackbox Forum