System.Hash.THashSHA2.TSHA2Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSHA2Version = (SHA224, SHA256, SHA384, SHA512, SHA512_224, SHA512_256);

C++

enum DECLSPEC_DENUM TSHA2Version : unsigned char { SHA224, SHA256, SHA384, SHA512, SHA512_224, SHA512_256 };

Properties

Type Visibility Source Unit Parent
enum public
System.Hash.pas
System.Hash.hpp
System.Hash THashSHA2

Description

The variant of this SHA-2 hash instance.

The available values are:

  • TSHA2Version.SHA224
  • TSHA2Version.SHA256
  • TSHA2Version.SHA384
  • TSHA2Version.SHA512
  • TSHA2Version.SHA512_224
  • TSHA2Version.SHA512_256

See Also