Click or drag to resize

PkzipClassic Fields

The PkzipClassic type exposes the following members.

Fields
  NameDescription
Protected fieldBlockSizeValue
Represents the block size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Protected fieldFeedbackSizeValue
Represents the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Protected fieldIVValue
Represents the initialization vector (IV) for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldKeySizeValue
Represents the size, in bits, of the secret key used by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldKeyValue
Represents the secret key for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldLegalBlockSizesValue
Specifies the block sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldLegalKeySizesValue
Specifies the key sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldModeValue
Represents the cipher mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldPaddingValue
Represents the padding mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Top
See Also