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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -