Click or drag to resize

PkzipClassic Properties

The PkzipClassic type exposes the following members.

Properties
  NameDescription
Public propertyBlockSize
Gets or sets the block size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Public propertyFeedbackSize
Gets or sets the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Public propertyIV
Gets or sets the initialization vector (IV) for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyKey
Gets or sets the secret key for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyKeySize
Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyLegalBlockSizes
Gets the block sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyLegalKeySizes
Gets the key sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyMode
Gets or sets the mode for operation of the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Top
See Also