Public Instance Constructors
PkzipClassicManaged Constructor | Initializes a new instance of the PkzipClassicManaged class. |
Public Instance Properties
BlockSize | Get / set the applicable block size in bits. |
FeedbackSize (inherited from SymmetricAlgorithm) | Gets or sets the feedback size of the cryptographic operation in bits. |
IV (inherited from SymmetricAlgorithm) | Gets or sets the initialization vector (IV) for the symmetric algorithm. |
Key | Get / set the key value applicable. |
KeySize (inherited from SymmetricAlgorithm) | Gets or sets the size of the secret key used by the symmetric algorithm in bits. |
LegalBlockSizes | Get an array of legal block sizes. |
LegalKeySizes | Get an array of legal key sizes. |
Mode (inherited from SymmetricAlgorithm) | Gets or sets the mode for operation of the symmetric algorithm. |
Padding (inherited from SymmetricAlgorithm) | Gets or sets the padding mode used in the symmetric algorithm. |
Public Instance Methods
Clear (inherited from SymmetricAlgorithm) | Releases all resources used by the SymmetricAlgorithm. |
CreateDecryptor | Overloaded. Create a decryptor. |
CreateDecryptor (inherited from SymmetricAlgorithm) | Overloaded. Creates a symmetric decryptor object with the current Key and initialization vector (IV). |
CreateEncryptor | Overloaded. Create an encryptor. |
CreateEncryptor (inherited from SymmetricAlgorithm) | Overloaded. Creates a symmetric encryptor object with the current Key and initialization vector (IV). |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GenerateIV | Generate an initial vector. |
GenerateKey | Generate a new random key. |
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. |
See Also
PkzipClassicManaged Class | ICSharpCode.SharpZipLib.Encryption Namespace