Select from following answers:- AesManaged and RijndaelManaged
- MACTripleDES
- SHA1Managed
- All Above
The AesManaged class provides a managed implementation of the Advanced Encryption Standard (AES) symmetric algorithm.
The RijndaelManaged class accesses the managed version of the Rijndael algorithm to encrypt or decrypt data.
The SHA1Managed class uses SHA1 hash to create a hash value. This class cannot be used to encrypt and decrypt data.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator