I am writing a piece of code to verify the Xml signature in the X509 certificate and get the exception message in the subject line.
My sample code
Dim cert As X509Certificate2 = GetCert
I am writing a piece of code to verify the Xml signature in the X509 certificate and get the exception message in the subject line.
My sample code
Dim cert As X509Certificate2 = GetCert