Ususally when tesitng with different certificates we usually need to check if the certificate chain is valid and this snippet came in quite handy in many places. X509Certificate2 cert = FedUtil .LookupCertificate( StoreName .My, StoreLocation .LocalMachine,
Read More...