Does HangFire Server have access to sensitive data?

Hello, I came across hangfire in order to build background jobs using ASP.NET core MVC, and I have presented this idea to my manager and his concern was in terms of security, and some of the questions were as follow.

  • Does Hangfire Server have access to sensitive data that will be implemented within the application?
  • How does the Hangfire Server trigger the jobs implemented within the code?
  • Is there any sensitive data saved in the HangFire Server?

I would appreciate any suggestion or information regarding security for HangFire since I am new to it.
Thanks in advance