The InTheHand.Security.Cryptography namespace provides additional cryptographic services such as AES.
| C# | Visual Basic |
namespace InTheHand.Security.Cryptography
Namespace InTheHand.Security.Cryptography
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| Aes |
Represents the abstract base class from which all implementations of the Advanced Encryption Standard (AES) must inherit.
| |
| AesManaged |
Provides a managed implementation of the Advanced Encryption Standard (AES) symmetric algorithm.
|