I created an RSA Certificate with a Private Key in LocalMachine/My store. I then created a simple Windows console app in C to: * locate the cert by thumbprint * encrypt a buffer with CryptEncryptMessage * write the buffer out to a file I then wrote a small service app, [...] read more