EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.VerifyingKeys

TElPGPReader     See also    


 

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;

[VB6]
    Property VerifyingKeys As IElPGPKeyringX

[ActiveX]
    HRESULT _stdcall VerifyingKeys([out, retval] IElPGPKeyringX ** Result);
    HRESULT _stdcall VerifyingKeys([in] IElPGPKeyringX * Value);

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation