Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.Trust

TElPGPPublicKey     


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


This read-only property contains key 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 key trust level.

Discuss this help topic in SecureBlackbox Forum