What's the difference between the Personal and Web Hosting certificate store?

前端 未结 3 1026
独厮守ぢ
独厮守ぢ 2021-01-31 06:53

\"enter

In Internet Information Services Manager, you\'re given the option between the Per

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 07:17

    addition to Sam.Rueby's Answer:

    There is not a StoreName enumeration value for Web Hosting, but Web Hosting store can be accessed by using StoreName value as "WebHosting".

    var store = new X509Store( "WebHosting", StoreLocation.LocalMachine);
    

提交回复
热议问题