A. Incorrect: RijndaelManaged is a method of encryption and does not create a stream.
B. Incorrect: RSACryptoServiceProvider does not provide a stream.
C. Correct: CryptoStream provides access to an encrypted stream.
D. Incorrect: RSAKeyInfo contains information for managing an RSA key and does manage encryption.