I have a need to encrypt files using an asymmetric (public/private) key pair. Have looked at Cryto, CrytoKey, and X509Certificate classes. None of these expose the keys or methods for encrypting/decrypting files. It appears these classes are intended only for SSL networking.
Thanks.