GemBox.Email
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    EmailHashAlgorithm Enum

    Namespace:
    GemBox.Email.Security
    Assembly:
    GemBox.Email.dll

    Represents a hash algorithm used in GemBox.Email cryptographic operations.

    • C#
    • VB.NET
    public enum EmailHashAlgorithm
    Public Enum EmailHashAlgorithm

    Fields

    SHA1

    The SHA1 cryptographic hash algorithm that produces a hash whose size is 160 bits (20 bytes).

    SHA256

    The SHA256 cryptographic hash algorithm that produces a hash whose size is 256 bits (32 bytes).

    SHA384

    The SHA384 cryptographic hash algorithm that produces a hash whose size is 384 bits (48 bytes).

    SHA512

    The SHA512 cryptographic hash algorithm that produces a hash whose size is 512 bits (64 bytes).

    Unknown

    The hash algorithm is unknown.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.