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
Post a Comment