The XOR 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 propertyCanReuseTransform
Gets a value indicating whether this instance can reuse transform.
Public propertyCanTransformMultipleBlocks
Gets a value indicating whether this instance can transform multiple blocks.
Public propertyFeedbackSize
Gets or sets the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Public propertyInputBlockSize
Gets the size of the input block.
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 propertyOutputBlockSize
Gets the size of the output block.
Public propertyPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)

See Also