Get list of certificates from the certificate store in C#

后端 未结 4 1500
情歌与酒
情歌与酒 2020-11-29 03:57

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

4条回答
  •  自闭症患者
    2020-11-29 04:25

    Yes -- the X509Store.Certificates property returns a snapshot of the X.509 certificate store.

提交回复
热议问题