certificate - How can I enable strong private key protection programmatically in C#? -


how can achieve equivalent of setting "strong private key protection" checkbox in certmgr.msc when adding x509certificate2 programmatically using c#?

you have setup x509keystorageflags accordingly when importing certificate (i.e. machinekeyset , userprotected).


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -