I am building an application in ASP.NET core MVC which allow users to enter a domain name and click submit >> then the application should check if DNSSEC is setup for a domain >> update the database accordingly.
So is there a .NET core library which allow us to check if DNSSEC is setup for a domain? Or can we use Power shell and get the results of it inside our ASP.NET core web application?
Thanks