The HCE 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.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .) |
![]() | FeedbackSize |
Gets or sets the feedback size, in bits, of the cryptographic
operation.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .) |
![]() | Key |
Gets or sets the secret key for the message locked crypto
algorithm.
(Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm Key.) |
![]() | KeySize |
Gets or sets the keysize used
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .) |
![]() | LegalKeySizes |
Gets the key sizes, in bits, that are supported by the
symmetric algorithm.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .) |
![]() | Mode |
Gets the mode for operation of the symmetric algorithm.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .) |
![]() | Padding |
Gets the padding mode used in the symmetric algorithm.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .) |
![]() | Tag |
Gets or sets the secret key for the message locked crypto
algorithm.
(Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm Tag.) |
See Also