I am evaluating Always Encrypted feature in SQL Server 2016.
One of the options to store CMK is windows certificate store i.e. User/LocalMachine. If you want to allow other machines to have access to the data in un-encrypted format you need to import the same certificate in other machines. All this was fairly simple and I could do it easily.
Now I created and stored my CMK in a "Microsoft Software Key Storage Provider".
How can I import this CMK in other machines?