public override IDecorationOf<IStore> ApplyThisDecorationTo(IStore store) { var dec = store.DecorateWithBackingLockedFile(this.FilePath, this.BackingCondition); return dec; }
public override IDecorationOf<IStore> ApplyThisDecorationTo(IStore store) { return store.DecorateWithBackingLockedFile(this.FilePath, this.BackingCondition) .DecorateWithBackingEncryption(this.KeyAndEntropy); }