Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.OwnerTrust

TElPGPTrust     See also     


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


Contains OWNERTRUST bits.

Declaration

[C#]
    byte OwnerTrust;

[VB.NET]
    Property OwnerTrust As Byte

[Pascal]
    property OwnerTrust : byte;

[C++]
    uint8_t get_OwnerTrust();
    void set_OwnerTrust(uint8_t Value);

[PHP]
    integer get_OwnerTrust()
    void set_OwnerTrust(integer $Value)

[Java]
    byte getOwnerTrust();
    void setOwnerTrust(byte arg0);

Values:

Description

    OWNERTRUST bits - trust bits for this key owner.

See also:     Disabled     BuckStop    

Discuss this help topic in SecureBlackbox Forum