How can I compare two X509Certificate2 objects?
I need to find out if the two certificates match. This is for user authentication, and I need to find out if both certificates are the same person.
Can I use its serial number or thumprint properties? or are there other ways?
I am also new to this and would like to know if it is safe to use X509Certificate for user authentication?
source
share