The methods of the PkzipClassic class are listed below. For a complete list of PkzipClassic class members, see the PkzipClassic Members topic.
Public Static Methods
GenerateKeys | Generates new encryption keys based on given seed |
Public Instance Methods
Clear (inherited from SymmetricAlgorithm) | Releases all resources used by the SymmetricAlgorithm. |
CreateDecryptor (inherited from SymmetricAlgorithm) | Overloaded. When overridden in a derived class, creates a symmetric decryptor object with the specified Key and initialization vector (IV). |
CreateEncryptor (inherited from SymmetricAlgorithm) | Overloaded. When overridden in a derived class, creates a symmetric encryptor object with the specified Key and initialization vector (IV). |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GenerateIV (inherited from SymmetricAlgorithm) | When overridden in a derived class, generates a random initialization vector (IV) to be used for the algorithm. |
GenerateKey (inherited from SymmetricAlgorithm) | When overridden in a derived class, generates a random Key to be used for the algorithm. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ValidKeySize (inherited from SymmetricAlgorithm) | Determines whether the specified key size is valid for the current algorithm. |
Protected Instance Methods
Dispose (inherited from SymmetricAlgorithm) | Releases the unmanaged resources used by the SymmetricAlgorithm and optionally releases the managed resources. |
Finalize (inherited from SymmetricAlgorithm) | Releases the unmanaged resources used by the SymmetricAlgorithm. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
PkzipClassic Class | ICSharpCode.SharpZipLib.Encryption Namespace