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

TTLSClientCertificateType

Declaration

Source position: flcTLSAlgorithmTypes.pas line 374

type TTLSClientCertificateType = (

  tlscctRsa_sign = 1,

  

  tlscctDss_sign = 2,

  

  tlscctRsa_fixed_dh = 3,

  

  tlscctDss_fixed_dh = 4,

  

  tlscctRsa_ephemeral_dh_RESERVED = 5,

  

  tlscctDss_ephemeral_dh_RESERVED = 6,

  

  tlscctFortezza_dms_RESERVED = 20,

  

  tlscctEcdsa_sign = 64,

  

  tlscctRsa_fixed_ecdh = 65,

  

  tlscctEcdsa_fixed_ecdh = 66,

  

  tlscctMax = 255

  

);



CT Web help

CodeTyphon Studio