Public Static Methods
GenerateKeys | Generates new encryption keys based on given seed |
Public Instance Properties
BlockSize (inherited from SymmetricAlgorithm) | Gets or sets the block size of the cryptographic operation 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 (inherited from SymmetricAlgorithm) | Gets or sets the secret key for the symmetric algorithm. |
KeySize (inherited from SymmetricAlgorithm) | Gets or sets the size of the secret key used by the symmetric algorithm in bits. |
LegalBlockSizes (inherited from SymmetricAlgorithm) | Gets the block sizes that are supported by the symmetric algorithm. |
LegalKeySizes (inherited from SymmetricAlgorithm) | Gets the key sizes that are supported by the symmetric algorithm. |
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 (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 Constructors
PkzipClassic Constructor | Initializes a new instance of the PkzipClassic class. |
Protected Instance Fields
BlockSizeValue (inherited from SymmetricAlgorithm) | Represents the block size of the cryptographic operation in bits. |
FeedbackSizeValue (inherited from SymmetricAlgorithm) | Represents the feedback size of the cryptographic operation in bits. |
IVValue (inherited from SymmetricAlgorithm) | Represents the initialization vector (IV) for the symmetric algorithm. |
KeySizeValue (inherited from SymmetricAlgorithm) | Represents the size of the secret key used by the symmetric algorithm in bits. |
KeyValue (inherited from SymmetricAlgorithm) | Represents the secret key for the symmetric algorithm. |
LegalBlockSizesValue (inherited from SymmetricAlgorithm) | Specifies the block sizes that are supported by the symmetric algorithm. |
LegalKeySizesValue (inherited from SymmetricAlgorithm) | Specifies the key sizes that are supported by the symmetric algorithm. |
ModeValue (inherited from SymmetricAlgorithm) | Represents the cipher mode used in the symmetric algorithm. |
PaddingValue (inherited from SymmetricAlgorithm) | Represents the padding mode used in the symmetric 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