Unit 'flcTLSAlgorithmTypes' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

TTLSHashAlgorithm

Declaration

Source position: flcTLSAlgorithmTypes.pas line 76

type TTLSHashAlgorithm = (

  tlshaNone = 0,

  

  tlshaMD5 = 1,

  

  tlshaSHA1 = 2,

  

  tlshaSHA224 = 3,

  

  tlshaSHA256 = 4,

  

  tlshaSHA384 = 5,

  

  tlshaSHA512 = 6,

  

  tlshaMax = 255

  

);



CT Web help

CodeTyphon Studio