1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain.extensions
  6. /
  7. SymmetricAlgorithmType enumeration

SymmetricAlgorithmType enumeration

SymmetricAlgorithmType enumeration

Represents symmetric encryption algorithm type.

The SymmetricAlgorithmType type exposes the following members:

Fields

Field Description
RIJNDAEL Represents Rijndael symmetric encryption algorithm.
AES_NEW Represents improved AES (Advanced Encryption Standard) encryption algorithm.

See Also