EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPWriter.SigningKeys

TElPGPWriter     See also    


 

Specifies the keyring with keys which must be used for data signing.

 
 

Declaration

[C#]
    TElPGPKeyring SigningKeys;

[VB.NET]
    Property SigningKeys As TElPGPKeyring

[Pascal]
    property SigningKeys : TElPGPKeyring;

[VB6]
    Property SigningKeys As IElPGPKeyringX

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

[DLL]
    not implemented;
 
 

Description

    Use this property to get or set Keyring with keys for data signing. To be used for signing, the keys should have private part.

 
 

See also:     EncryptingKeys    

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