The CipherMode type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CipherMode |
Initializes a new instance of the CipherMode class.
|
Methods
| Name | Description | |
|---|---|---|
| DecryptBlock |
Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
| |
| EncryptBlock |
Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| _blockSize |
Holds block size of the cipher.
| |
| Cipher |
Gets the cipher.
| |
| IV |
Gets the IV vector.
|
See Also