EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.DecryptingKeys

TElPGPReader     See also    


 

Contains Keyring with keys that must be used for message decryption.

 
 

Declaration

[C#]
    TElPGPKeyring DecryptingKeys;

[VB.NET]
    Property DecryptingKeys As TElPGPKeyring

[Pascal]
    property DecryptingKeys : TElPGPKeyring;

[VB6]
    Property DecryptingKeys As IElPGPKeyringX

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

[DLL]
    not implemented;
 
 

Description

    Use this property to determine keyring with keys for message decryption. If any key from this keyring does not suit exception will be raised.

 
 

See also:     KeyPassphrase     OutputStream     Passphrase     VerifyingKeys    

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