EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.KeyPassphrase

TElPGPReader     See also    


 

Specifies password for the secret key which the file is encrypted with

 
 

Declaration

[C#]
    string KeyPassphrase;

[VB.NET]
    KeyPassphrase As String

[Pascal]
    KeyPassphrase : string;

[VB6]
    Property KeyPassphrase As String

[ActiveX]
    HRESULT _stdcall KeyPassphrase([out, retval] BSTR * Result);
    HRESULT _stdcall KeyPassphrase([in] BSTR Value);

[DLL]
    not implemented;
 
 

Description

    This property specifies password that will be used when trying to decrypt the secret key used for file encryption. If KeyPassphrase is set to empty string, the OnKeyPassphrase event will be fired. Otherwise this event will not be fired.

 
 

See also:     OnKeyPassphrase     DecryptingKeys     OutputStream     Passphrase     VerifyingKeys    

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