Esempio n. 1
0
 //this delegate method must be present for Decryption, otherwise the logic would not work: UT
 private void pgpReader_OnKeyPassphrase(object Sender, TElPGPCustomSecretKey Key, ref string Passphrase, ref bool Cancel)
 {
     Passphrase = string.Empty;
 }
Esempio n. 2
0
 void encrypter_OnKeyPassphrase(object Sender,  TElPGPCustomSecretKey Key, 
                                ref string Passphrase, ref bool Cancel)
 {
     Passphrase = _passphrase;
 }