Check if VBA project in a Workbook is Signed

Check if VBA project in a Workbook is Signed in C#

The following code loads the workbook and checks if its VBA project is signed using Workbook.VbaProject.IsSigned property. The property will return true if the project is signed otherwise it will return false.