Discuss this help topic in SecureBlackbox Forum

TElPGPReader.VerifyingKeys

TElPGPReader     See also     


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


Contains Keyring with keys that must be tried for signatures verification.

Declaration

[C#]
    TElPGPKeyring VerifyingKeys;

[VB.NET]
    Property VerifyingKeys As TElPGPKeyring

[Pascal]
    property VerifyingKeys : TElPGPKeyring;

[C++]
    TElPGPKeyring* get_VerifyingKeys();
    void set_VerifyingKeys(TElPGPKeyring &Value);
    void set_VerifyingKeys(TElPGPKeyring *Value);

[PHP]
    TElPGPKeyring get_VerifyingKeys()
    void set_VerifyingKeys(TElPGPKeyring $Value)

[Java]
    TElPGPKeyring getVerifyingKeys();
    void setVerifyingKeys(TElPGPKeyring Value);

Description

    Use this property to specify the keyring with keys for signature verification. OnSignatures event returns information about result of signature verification.

See also:     DecryptingKeys     KeyPassphrase     OutputStream     Passphrase    

Discuss this help topic in SecureBlackbox Forum