The ArcTwoManaged type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBlockSize
Gets or sets the block size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkEffectiveKeySize
Gets or sets the effective size of the secret key used by the RC2 algorithm in bits.
(Inherited from RC2.)
Public propertySupported by the .NET Compact FrameworkFeedbackSize
Gets or sets the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkIV
Gets or sets the initialization vector (IV) for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkKey
Gets or sets the secret key for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkKeySize
Gets or sets the size of the secret key used by the RC2 algorithm in bits.
(Inherited from RC2.)
Public propertySupported by the .NET Compact FrameworkLegalBlockSizes
Gets the block sizes that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkLegalKeySizes
Gets the key sizes that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkMode
Gets or sets the mode for operation of the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Mode.)
Public propertySupported by the .NET Compact FrameworkPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Padding.)

See Also