API: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

Embarcadero Technologies does not currently have any additional information.