Discuss this help topic in SecureBlackbox Forum

TElPGPClearTextVerifyingStream.Keyring

TElPGPClearTextVerifyingStream     See also     


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


Contains all keys that are used for signature verification.

Declaration

[C#]
    TElPGPKeyring Keyring;

[VB.NET]
    Property Keyring As TElPGPKeyring

[Pascal]
    property Keyring : TElPGPKeyring;

[C++]
    TElPGPKeyring* get_Keyring();
    void set_Keyring(TElPGPKeyring &Value);
    void set_Keyring(TElPGPKeyring *Value);

[PHP]
    TElPGPKeyring get_Keyring()
    void set_Keyring(TElPGPKeyring $Value)

[Java]
    TElPGPKeyring getKeyring();
    void setKeyring(TElPGPKeyring Value);

Description

    Use this property to get or set a keyring, keys from which will be used by the stream for signature verification.

See also:     OnKeyIDs    

Discuss this help topic in SecureBlackbox Forum