The MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | BlockSize |
Gets or sets the block size, in bits, of the cryptographic
operation.
|
![]() | FeedbackSize |
Gets or sets the feedback size, in bits, of the cryptographic
operation.
|
![]() | Key |
Gets or sets the secret key for the message locked crypto
algorithm.
|
![]() | KeySize |
Gets or sets the keysize used
|
![]() | LegalKeySizes |
Gets the key sizes, in bits, that are supported by the
symmetric algorithm.
|
![]() | Mode |
Gets the mode for operation of the symmetric algorithm.
|
![]() | Padding |
Gets the padding mode used in the symmetric algorithm.
|
![]() | Tag |
Gets the expected tag for the supplied TransformKey
|
See Also