Exemplo n.º 1
0
 public virtual void AssignEncryptionKeyInput(EncryptionKeyInput encryptionKeyInput)
 {
     this.FileEncryptor = Factory.CreateFileEncryptor(encryptionKeyInput, this.VaultName);
     this.FileEncryptor.UpdateMessageAction =
         message =>
         Screen.Print(message.IsError ? Screen.Colors.Error : Screen.Colors.Normal, message.Description);
 }
Exemplo n.º 2
0
 public void AssignEncryptionKeyInput(EncryptionKeyInput encryptionKeyInput)
 {
 }
Exemplo n.º 3
0
 public override void AssignEncryptionKeyInput(EncryptionKeyInput encryptionKeyInput)
 {
     base.AssignEncryptionKeyInput(encryptionKeyInput);
     this.launcher = new Launcher(this.FileEncryptor, Factory.ListGenerator, this.VaultName);
 }
Exemplo n.º 4
0
 public override void AssignEncryptionKeyInput(EncryptionKeyInput encryptionKeyInput)
 {
     base.AssignEncryptionKeyInput(encryptionKeyInput);
     this.localEncryptionKeyInput = encryptionKeyInput;
 }