The internet resources seem few and far between and the best MSDN page (as far as I could tell) throws an error!
Specifically, I’m not sure what to create as a CngKeyCreationParameters object…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CngKey :
CngKeyobjects contain properties.Some properties must be added to a key when it is created. Other properties
can be added after the key is created.
CngKeyCreationParameters:
The
CngKeyCreationParametersclass enables you to add properties to a key as it is being created.your problem:
I'm not sure what to create as a CngKeyCreationParameters objecthere is how to do do this