Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.KeyTrust

TElPGPPublicKey     


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


This property specifies key trust level.

Declaration

[C#]
    TSBPGPKeyTrust KeyTrust;

[VB.NET]
    Property KeyTrust As TSBPGPKeyTrust

[Pascal]
    property KeyTrust : TSBPGPKeyTrust;

[C++]
    TSBPGPKeyTrust get_KeyTrust();
    void set_KeyTrust(TSBPGPKeyTrust Value);

[PHP]
    integer get_KeyTrust()
    void set_KeyTrust(integer $Value)

[Java]
    int getKeyTrust();
    void setKeyTrust(int Value);

Values

Description

    This property modifies Trust flags, and also sets Trust flags of all Signatures, Subkeys and UserIDs of the key according to PGP 9.0 specification.

Discuss this help topic in SecureBlackbox Forum