EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.Passphrase

TElPGPReader     See also    


 

Specifies the password for file decryption

 
 

Declaration

[C#]
    string Passphrase;

[VB.NET]
    Passphrase As string

[Pascal]
    Passphrase : string;

[VB6]
    Property Passphrase As String

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

[DLL]
    not implemented;
 
 

Description

    This property specifies the password that will be tried to use when decrypting the file, which was previously encrypted using symmetric algorithm (not with a public key). If Passphrase value is empty string, the OnPassphrase event will be fired. Otherwise this event will not be fired.

 
 

See also:     OnPassphrase     DecryptingKeys     KeyPassphrase     OutputStream     VerifyingKeys    

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