Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.Trust

TElPGPSignature     See also     


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


Provides information about trust level.

Declaration

[C#]
    TElPGPTrust Trust;

[VB.NET]
    Property Trust As TElPGPTrust

[Pascal]
    property Trust : TElPGPTrust;

[C++]
    TElPGPTrust* get_Trust();

[PHP]
    TElPGPTrust get_Trust()

[Java]
    TElPGPTrust getTrust();

Description

    Use this property to get the object which contains various information specifying trust level of the PGP signature.

See also:     TrustAmount     TrustLevel    

Discuss this help topic in SecureBlackbox Forum