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

TTLSSignatureAlgorithm

Declaration

Source position: flcTLSAlgorithmTypes.pas line 96

type TTLSSignatureAlgorithm = (

  tlssaAnonymous = 0,

  

  tlssaRSA = 1,

  

  tlssaDSA = 2,

  

  tlssaECDSA = 3,

  

  tlssaMax = 255

  

);



CT Web help

CodeTyphon Studio