Recently in a blog post, we discussed, how to detect whether an assembly is digitally signed using the C# programming language and System.Management.Automation.dll from Microsoft. That was one way to get the status of the digital signing.
Today we will learn another method to detect the same without using any additional dll references in our project. I hope that, it will much more interesting to learn.