Service-Specific Certificate Store
Recently I ran into situation where I needed to access the Certificate Store scoped to a specific Windows Service. If you’re not familiar with this, the Certificate Store on Windows can be scoped to different levels. There’s the global store that’s scoped to LocalMachine
, then there are user-specific stores which default to the CurrentUser
.