Public Instance Constructors
![]() |
Initializes a new instance of the PkzipClassicManaged class. |
Public Instance Properties
![]() | Get / set the applicable block size. |
![]() | Gets or sets the feedback size of the cryptographic operation in bits. |
![]() | Gets or sets the initialization vector (IV) for the symmetric algorithm. |
![]() | Get / set the key value applicable. |
![]() | Gets or sets the size of the secret key used by the symmetric algorithm in bits. |
![]() | Get an array of legal block sizes. |
![]() | Get an array of legal key sizes. |
![]() | Gets or sets the mode for operation of the symmetric algorithm. |
![]() | Gets or sets the padding mode used in the symmetric algorithm. |
Public Instance Methods
![]() | Releases all resources used by the SymmetricAlgorithm. |
![]() | Overloaded. Create a decryptor. |
![]() | Overloaded. Creates a symmetric decryptor object with the current Key and initialization vector (IV). |
![]() | Overloaded. Create an encryptor. |
![]() | Overloaded. Creates a symmetric encryptor object with the current Key and initialization vector (IV). |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Generate an initial vector. |
![]() | Generate a new random key. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Determines whether the specified key size is valid for the current algorithm. |
See Also
PkzipClassicManaged Class | ICSharpCode.SharpZipLib.Encryption Namespace