The SerpentCipher type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Decrypt |
Decrypts the specified data.
(Inherited from BlockCipher.) | |
| DecryptBlock |
Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
(Overrides SymmetricCipher DecryptBlock( Byte , Int32, Int32, Byte , Int32).) | |
| Encrypt |
Encrypts the specified data.
(Inherited from BlockCipher.) | |
| EncryptBlock |
Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
(Overrides SymmetricCipher EncryptBlock( Byte , Int32, Int32, Byte , Int32).) | |
| (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 |
See Also