1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain.Extensions
  6. /
  7. SymmetricAlgorithmType

SymmetricAlgorithmType

SymmetricAlgorithmType enumeration

Represents symmetric encryption algorithm type.

public enum SymmetricAlgorithmType

Values

Name Value Description
Rijndael 3 Represents Rijndael symmetric encryption algorithm.
AESNew 5 Represents improved AES (Advanced Encryption Standard) encryption algorithm.

See Also