How verify eToken X509Certificate in C#
问题 I'm trying to retrieve a X509Certificate from an eToken Pro 72K and verify It's authenticity. I have been able to see the certificate is present the X509Keystore.Certificates with the eToken inserted using the Keystore as new X509Keystore(StoreName.My, StoreLocation.CurrentUser) . I have a hard-coded certificate that I turn into a X509Certificate2 as: //C# code //HardCoded private const string CERTIFICATE = "-----BEGIN CERTIFICATE-----