The Arc4Cipher type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Arc4Cipher |
Initializes a new instance of the Arc4Cipher class.
|
Methods
| Name | Description | |
|---|---|---|
| Decrypt |
Decrypts the specified input.
(Overrides Cipher Decrypt( Byte ).) | |
| 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 input.
(Overrides Cipher Encrypt( Byte ).) | |
| 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 |
Properties
| Name | Description | |
|---|---|---|
| Key |
Gets the key.
(Inherited from SymmetricCipher.) |
See Also