menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EncryptionAlgorithm - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EncryptionAlgorithm

    Encryption types.

    Inheritance
    System.Object
    EncryptionAlgorithm
    Namespace: Syncfusion.Compression.Zip
    Assembly: Syncfusion.Compression.NET.dll
    Syntax
    public sealed class EncryptionAlgorithm : Enum

    Fields

    AES128

    AES-128 bit encryption

    Declaration
    public const EncryptionAlgorithm AES128
    Field Value
    Type
    EncryptionAlgorithm

    AES192

    AES-192 bit encryption

    Declaration
    public const EncryptionAlgorithm AES192
    Field Value
    Type
    EncryptionAlgorithm

    AES256

    AES-256 bit encryption

    Declaration
    public const EncryptionAlgorithm AES256
    Field Value
    Type
    EncryptionAlgorithm

    None

    No Encryption

    Declaration
    public const EncryptionAlgorithm None
    Field Value
    Type
    EncryptionAlgorithm

    ZipCrypto

    ZipCrypto Encryption

    Declaration
    public const EncryptionAlgorithm ZipCrypto
    Field Value
    Type
    EncryptionAlgorithm
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved