For a secure application I need to select a certificate in a dialog. How can I access certificate store or a part of it (e.g. storeLocation=\"Local Machine\" an
storeLocation=\"Local Machine\"
Yes -- the X509Store.Certificates property returns a snapshot of the X.509 certificate store.
X509Store.Certificates