The AesGcm type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Decrypt |
Decrypts ciphertext data and validates the authentication tag.
| |
Dispose()()()() |
Releases the resources used by the current instance.
| |
Dispose(Boolean) |
Releases the unmanaged resources used by the current instance and optionally releases the managed resources.
| |
Encrypt |
Encrypts plaintext data and computes the authentication tag.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
KeyByteSizes |
Gets the key sizes (in bytes) supported by this instance.
| |
NonceByteSizes |
Gets the nonce sizes (in bytes) supported by this instance.
| |
TagByteSizes |
Gets the tag sizes (in bytes) supported by this instance.
|