开发者

Restricting Certificate access from C# Code

开发者 https://www.devze.com 2023-01-18 21:10 出处:网络
The use case: I have a hosting platform (server) where multiple ASP.Net applications are hosted. I do not want to have application to have programmatic access to the certificates on the Server. Only

The use case:

I have a hosting platform (server) where multiple ASP.Net applications are hosted. I do not want to have application to have programmatic access to the certificates on the Server. Only the Components/libraries that are developed by the platform owners should be able开发者_如何学运维 to access those certificates.

Is there any way in which i can restrict application from using only platform components for doing any certificates related manupilation.

FYI all the certificates are stored as files in a fixed folder.

Can i implement some kind of Code Access permissions which can give platform libraries access to those certificate and deny other libraries/components/Application from accessing certificates?

0

精彩评论

暂无评论...
验证码 换一张
取 消