I need to load certificate from certificate store:
using (var store = new X509Store(StoreName.TrustedPeople, StoreLocation.LocalMachine)) { store.Open(Op