menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EncryptionAlgorithm - API Reference

    Show / Hide Table of Contents

    Class EncryptionAlgorithm

    Encryption types.

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

    Fields

    AES128

    AES-128 bit encryption

    Declaration
    public const EncryptionAlgorithm AES128
    Field Value
    Type Description
    EncryptionAlgorithm

    AES192

    AES-192 bit encryption

    Declaration
    public const EncryptionAlgorithm AES192
    Field Value
    Type Description
    EncryptionAlgorithm

    AES256

    AES-256 bit encryption

    Declaration
    public const EncryptionAlgorithm AES256
    Field Value
    Type Description
    EncryptionAlgorithm

    None

    No Encryption

    Declaration
    public const EncryptionAlgorithm None
    Field Value
    Type Description
    EncryptionAlgorithm

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ZipCrypto

    ZipCrypto Encryption

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