Click or drag to resize

PkzipClassicManaged Properties

The PkzipClassicManaged type exposes the following members.

Properties
  NameDescription
Public propertyBlockSize (Overrides SymmetricAlgorithmBlockSize.)
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 (Overrides SymmetricAlgorithmKey.)
Public propertyKeySize
Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyLegalBlockSizes (Overrides SymmetricAlgorithmLegalBlockSizes.)
Public propertyLegalKeySizes (Overrides SymmetricAlgorithmLegalKeySizes.)
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