Enum HashAlgorithm

    Definition

    Namespace:
    Tizen.Security.SecureRepository.Crypto
    Assembly:
    Tizen.Security.SecureRepository.dll

    Enumeration for the hash algorithm.

    public enum HashAlgorithm

    Fields

    Name Description
    None

    No hash algorithm.

    Sha1

    SHA1 hash algorithm.

    Sha256

    SHA256 hash algorithm.

    Sha384

    SHA384 hash algorithm.

    Sha512

    SHA512 hash algorithm.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX