TlsCipherSuite Enum

Definition

Represents cipher suite values for the TLS (formerly SSL) protocol.

public enum class TlsCipherSuite
[System.CLSCompliant(false)]
public enum TlsCipherSuite
[<System.CLSCompliant(false)>]
type TlsCipherSuite = 
Public Enum TlsCipherSuite
Inheritance
TlsCipherSuite
Attributes

Fields

TLS_AES_128_CCM_8_SHA256 4869

Represents the TLS_AES_128_CCM_8_SHA256 cipher suite.

TLS_AES_128_CCM_SHA256 4868

Represents the TLS_AES_128_CCM_SHA256 cipher suite.

TLS_AES_128_GCM_SHA256 4865

Represents the TLS_AES_128_GCM_SHA256 cipher suite.

TLS_AES_256_GCM_SHA384 4866

Represents the TLS_AES_256_GCM_SHA384 cipher suite.

TLS_CHACHA20_POLY1305_SHA256 4867

Represents the TLS_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA 25

Represents the TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA cipher suite.

TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 23

Represents the TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 cipher suite.

TLS_DH_anon_WITH_3DES_EDE_CBC_SHA 27

Represents the TLS_DH_anon_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_DH_anon_WITH_AES_128_CBC_SHA 52

Represents the TLS_DH_anon_WITH_AES_128_CBC_SHA cipher suite.

TLS_DH_anon_WITH_AES_128_CBC_SHA256 108

Represents the TLS_DH_anon_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_DH_anon_WITH_AES_128_GCM_SHA256 166

Represents the TLS_DH_anon_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_DH_anon_WITH_AES_256_CBC_SHA 58

Represents the TLS_DH_anon_WITH_AES_256_CBC_SHA cipher suite.

TLS_DH_anon_WITH_AES_256_CBC_SHA256 109

Represents the TLS_DH_anon_WITH_AES_256_CBC_SHA256 cipher suite.

TLS_DH_anon_WITH_AES_256_GCM_SHA384 167

Represents the TLS_DH_anon_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 49222

Represents the TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 49242

Represents the TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 49223

Represents the TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 49243

Represents the TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA 70

Represents the TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA cipher suite.

TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 191

Represents the TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 49284

Represents the TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA 137

Represents the TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA cipher suite.

TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 197

Represents the TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.

TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 49285

Represents the TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_DH_anon_WITH_DES_CBC_SHA 26

Represents the TLS_DH_anon_WITH_DES_CBC_SHA cipher suite.

TLS_DH_anon_WITH_RC4_128_MD5 24

Represents the TLS_DH_anon_WITH_RC4_128_MD5 cipher suite.

TLS_DH_anon_WITH_SEED_CBC_SHA 155

Represents the TLS_DH_anon_WITH_SEED_CBC_SHA cipher suite.

TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA 11

Represents the TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA 13

Represents the TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_AES_128_CBC_SHA 48

Represents the TLS_DH_DSS_WITH_AES_128_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_AES_128_CBC_SHA256 62

Represents the TLS_DH_DSS_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_DH_DSS_WITH_AES_128_GCM_SHA256 164

Represents the TLS_DH_DSS_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_DH_DSS_WITH_AES_256_CBC_SHA 54

Represents the TLS_DH_DSS_WITH_AES_256_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_AES_256_CBC_SHA256 104

Represents the TLS_DH_DSS_WITH_AES_256_CBC_SHA256 cipher suite.

TLS_DH_DSS_WITH_AES_256_GCM_SHA384 165

Represents the TLS_DH_DSS_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 49214

Represents the TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 49240

Represents the TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 49215

Represents the TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 49241

Represents the TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA 66

Represents the TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 187

Represents the TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 49282

Represents the TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA 133

Represents the TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 193

Represents the TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.

TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 49283

Represents the TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_DH_DSS_WITH_DES_CBC_SHA 12

Represents the TLS_DH_DSS_WITH_DES_CBC_SHA cipher suite.

TLS_DH_DSS_WITH_SEED_CBC_SHA 151

Represents the TLS_DH_DSS_WITH_SEED_CBC_SHA cipher suite.

TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA 14

Represents the TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA 16

Represents the TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_AES_128_CBC_SHA 49

Represents the TLS_DH_RSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_AES_128_CBC_SHA256 63

Represents the TLS_DH_RSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_DH_RSA_WITH_AES_128_GCM_SHA256 160

Represents the TLS_DH_RSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_DH_RSA_WITH_AES_256_CBC_SHA 55

Represents the TLS_DH_RSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_AES_256_CBC_SHA256 105

Represents the TLS_DH_RSA_WITH_AES_256_CBC_SHA256 cipher suite.

TLS_DH_RSA_WITH_AES_256_GCM_SHA384 161

Represents the TLS_DH_RSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 49216

Represents the TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 49236

Represents the TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 49217

Represents the TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 49237

Represents the TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA 67

Represents the TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 188

Represents the TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 49278

Represents the TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA 134

Represents the TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 194

Represents the TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.

TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 49279

Represents the TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_DH_RSA_WITH_DES_CBC_SHA 15

Represents the TLS_DH_RSA_WITH_DES_CBC_SHA cipher suite.

TLS_DH_RSA_WITH_SEED_CBC_SHA 152

Represents the TLS_DH_RSA_WITH_SEED_CBC_SHA cipher suite.

TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA 17

Represents the TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA 19

Represents the TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_AES_128_CBC_SHA 50

Represents the TLS_DHE_DSS_WITH_AES_128_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 64

Represents the TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 162

Represents the TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_DHE_DSS_WITH_AES_256_CBC_SHA 56

Represents the TLS_DHE_DSS_WITH_AES_256_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 106

Represents the TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 cipher suite.

TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 163

Represents the TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 49218

Represents the TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 49238

Represents the TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 49219

Represents the TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 49239

Represents the TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 68

Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 189

Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 49280

Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA 135

Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 195

Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.

TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 49281

Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_DHE_DSS_WITH_DES_CBC_SHA 18

Represents the TLS_DHE_DSS_WITH_DES_CBC_SHA cipher suite.

TLS_DHE_DSS_WITH_SEED_CBC_SHA 153

Represents the TLS_DHE_DSS_WITH_SEED_CBC_SHA cipher suite.

TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA 143

Represents the TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_DHE_PSK_WITH_AES_128_CBC_SHA 144

Represents the TLS_DHE_PSK_WITH_AES_128_CBC_SHA cipher suite.

TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 178

Represents the TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_DHE_PSK_WITH_AES_128_CCM 49318

Represents the TLS_DHE_PSK_WITH_AES_128_CCM cipher suite.

TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 170

Represents the TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_DHE_PSK_WITH_AES_256_CBC_SHA 145

Represents the TLS_DHE_PSK_WITH_AES_256_CBC_SHA cipher suite.

TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 179

Represents the TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_DHE_PSK_WITH_AES_256_CCM 49319

Represents the TLS_DHE_PSK_WITH_AES_256_CCM cipher suite.

TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 171

Represents the TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 49254

Represents the TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 49260

Represents the TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 49255

Represents the TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 49261

Represents the TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 49302

Represents the TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 49296

Represents the TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 49303

Represents the TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 49297

Represents the TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 52397

Represents the TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_DHE_PSK_WITH_NULL_SHA 45

Represents the TLS_DHE_PSK_WITH_NULL_SHA cipher suite.

TLS_DHE_PSK_WITH_NULL_SHA256 180

Represents the TLS_DHE_PSK_WITH_NULL_SHA256 cipher suite.

TLS_DHE_PSK_WITH_NULL_SHA384 181

Represents the TLS_DHE_PSK_WITH_NULL_SHA384 cipher suite.

TLS_DHE_PSK_WITH_RC4_128_SHA 142

Represents the TLS_DHE_PSK_WITH_RC4_128_SHA cipher suite.

TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA 20

Represents the TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA 22

Represents the TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_AES_128_CBC_SHA 51

Represents the TLS_DHE_RSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 103

Represents the TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_DHE_RSA_WITH_AES_128_CCM 49310

Represents the TLS_DHE_RSA_WITH_AES_128_CCM cipher suite.

TLS_DHE_RSA_WITH_AES_128_CCM_8 49314

Represents the TLS_DHE_RSA_WITH_AES_128_CCM_8 cipher suite.

TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 158

Represents the TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_DHE_RSA_WITH_AES_256_CBC_SHA 57

Represents the TLS_DHE_RSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 107

Represents the TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 cipher suite.

TLS_DHE_RSA_WITH_AES_256_CCM 49311

Represents the TLS_DHE_RSA_WITH_AES_256_CCM cipher suite.

TLS_DHE_RSA_WITH_AES_256_CCM_8 49315

Represents the TLS_DHE_RSA_WITH_AES_256_CCM_8 cipher suite.

TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 159

Represents the TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 49220

Represents the TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 49234

Represents the TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 49221

Represents the TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 49235

Represents the TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 69

Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 190

Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 49276

Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA 136

Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 196

Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.

TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 49277

Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 52394

Represents the TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_DHE_RSA_WITH_DES_CBC_SHA 21

Represents the TLS_DHE_RSA_WITH_DES_CBC_SHA cipher suite.

TLS_DHE_RSA_WITH_SEED_CBC_SHA 154

Represents the TLS_DHE_RSA_WITH_SEED_CBC_SHA cipher suite.

TLS_ECCPWD_WITH_AES_128_CCM_SHA256 49330

Represents the TLS_ECCPWD_WITH_AES_128_CCM_SHA256 cipher suite.

TLS_ECCPWD_WITH_AES_128_GCM_SHA256 49328

Represents the TLS_ECCPWD_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_ECCPWD_WITH_AES_256_CCM_SHA384 49331

Represents the TLS_ECCPWD_WITH_AES_256_CCM_SHA384 cipher suite.

TLS_ECCPWD_WITH_AES_256_GCM_SHA384 49329

Represents the TLS_ECCPWD_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA 49175

Represents the TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_ECDH_anon_WITH_AES_128_CBC_SHA 49176

Represents the TLS_ECDH_anon_WITH_AES_128_CBC_SHA cipher suite.

TLS_ECDH_anon_WITH_AES_256_CBC_SHA 49177

Represents the TLS_ECDH_anon_WITH_AES_256_CBC_SHA cipher suite.

TLS_ECDH_anon_WITH_NULL_SHA 49173

Represents the TLS_ECDH_anon_WITH_NULL_SHA cipher suite.

TLS_ECDH_anon_WITH_RC4_128_SHA 49174

Represents the TLS_ECDH_anon_WITH_RC4_128_SHA cipher suite.

TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA 49155

Represents the TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA 49156

Represents the TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 49189

Represents the TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 49197

Represents the TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA 49157

Represents the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 49190

Represents the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 49198

Represents the TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 49226

Represents the TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 49246

Represents the TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 49227

Represents the TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 49247

Represents the TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 49268

Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 49288

Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 49269

Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 49289

Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_ECDH_ECDSA_WITH_NULL_SHA 49153

Represents the TLS_ECDH_ECDSA_WITH_NULL_SHA cipher suite.

TLS_ECDH_ECDSA_WITH_RC4_128_SHA 49154

Represents the TLS_ECDH_ECDSA_WITH_RC4_128_SHA cipher suite.

TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA 49165

Represents the TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_ECDH_RSA_WITH_AES_128_CBC_SHA 49166

Represents the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 49193

Represents the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 49201

Represents the TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_ECDH_RSA_WITH_AES_256_CBC_SHA 49167

Represents the TLS_ECDH_RSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 49194

Represents the TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 49202

Represents the TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 49230

Represents the TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 49250

Represents the TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 49231

Represents the TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 49251

Represents the TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 49272

Represents the TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 49292

Represents the TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 49273

Represents the TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 49293

Represents the TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_ECDH_RSA_WITH_NULL_SHA 49163

Represents the TLS_ECDH_RSA_WITH_NULL_SHA cipher suite.

TLS_ECDH_RSA_WITH_RC4_128_SHA 49164

Represents the TLS_ECDH_RSA_WITH_RC4_128_SHA cipher suite.

TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA 49160

Represents the TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 49161

Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 49187

Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_128_CCM 49324

Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CCM cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 49326

Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 49195

Represents the TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA 49162

Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 49188

Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_256_CCM 49325

Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CCM cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 49327

Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 cipher suite.

TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 49196

Represents the TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 49224

Represents the TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 49244

Represents the TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 49225

Represents the TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 49245

Represents the TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 49266

Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 49286

Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 49267

Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 49287

Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 52393

Represents the TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_ECDHE_ECDSA_WITH_NULL_SHA 49158

Represents the TLS_ECDHE_ECDSA_WITH_NULL_SHA cipher suite.

TLS_ECDHE_ECDSA_WITH_RC4_128_SHA 49159

Represents the TLS_ECDHE_ECDSA_WITH_RC4_128_SHA cipher suite.

TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA 49204

Represents the TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA 49205

Represents the TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA cipher suite.

TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 49207

Represents the TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 53251

Represents the TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 53253

Represents the TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 53249

Represents the TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA 49206

Represents the TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA cipher suite.

TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 49208

Represents the TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 53250

Represents the TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 49264

Represents the TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 49265

Represents the TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 49306

Represents the TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 49307

Represents the TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 52396

Represents the TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_NULL_SHA 49209

Represents the TLS_ECDHE_PSK_WITH_NULL_SHA cipher suite.

TLS_ECDHE_PSK_WITH_NULL_SHA256 49210

Represents the TLS_ECDHE_PSK_WITH_NULL_SHA256 cipher suite.

TLS_ECDHE_PSK_WITH_NULL_SHA384 49211

Represents the TLS_ECDHE_PSK_WITH_NULL_SHA384 cipher suite.

TLS_ECDHE_PSK_WITH_RC4_128_SHA 49203

Represents the TLS_ECDHE_PSK_WITH_RC4_128_SHA cipher suite.

TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA 49170

Represents the TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 49171

Represents the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 49191

Represents the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 49199

Represents the TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 49172

Represents the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 49192

Represents the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 49200

Represents the TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 49228

Represents the TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 49248

Represents the TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 49229

Represents the TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 49249

Represents the TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 49270

Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 49290

Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 49271

Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 49291

Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 52392

Represents the TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_ECDHE_RSA_WITH_NULL_SHA 49168

Represents the TLS_ECDHE_RSA_WITH_NULL_SHA cipher suite.

TLS_ECDHE_RSA_WITH_RC4_128_SHA 49169

Represents the TLS_ECDHE_RSA_WITH_RC4_128_SHA cipher suite.

TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 41

Represents the TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 cipher suite.

TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA 38

Represents the TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA cipher suite.

TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 42

Represents the TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite.

TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA 39

Represents the TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA cipher suite.

TLS_KRB5_EXPORT_WITH_RC4_40_MD5 43

Represents the TLS_KRB5_EXPORT_WITH_RC4_40_MD5 cipher suite.

TLS_KRB5_EXPORT_WITH_RC4_40_SHA 40

Represents the TLS_KRB5_EXPORT_WITH_RC4_40_SHA cipher suite.

TLS_KRB5_WITH_3DES_EDE_CBC_MD5 35

Represents the TLS_KRB5_WITH_3DES_EDE_CBC_MD5 cipher suite.

TLS_KRB5_WITH_3DES_EDE_CBC_SHA 31

Represents the TLS_KRB5_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_KRB5_WITH_DES_CBC_MD5 34

Represents the TLS_KRB5_WITH_DES_CBC_MD5 cipher suite.

TLS_KRB5_WITH_DES_CBC_SHA 30

Represents the TLS_KRB5_WITH_DES_CBC_SHA cipher suite.

TLS_KRB5_WITH_IDEA_CBC_MD5 37

Represents the TLS_KRB5_WITH_IDEA_CBC_MD5 cipher suite.

TLS_KRB5_WITH_IDEA_CBC_SHA 33

Represents the TLS_KRB5_WITH_IDEA_CBC_SHA cipher suite.

TLS_KRB5_WITH_RC4_128_MD5 36

Represents the TLS_KRB5_WITH_RC4_128_MD5 cipher suite.

TLS_KRB5_WITH_RC4_128_SHA 32

Represents the TLS_KRB5_WITH_RC4_128_SHA cipher suite.

TLS_NULL_WITH_NULL_NULL 0

Represents the TLS_NULL_WITH_NULL_NULL cipher suite.

TLS_PSK_DHE_WITH_AES_128_CCM_8 49322

Represents the TLS_PSK_DHE_WITH_AES_128_CCM_8 cipher suite.

TLS_PSK_DHE_WITH_AES_256_CCM_8 49323

Represents the TLS_PSK_DHE_WITH_AES_256_CCM_8 cipher suite.

TLS_PSK_WITH_3DES_EDE_CBC_SHA 139

Represents the TLS_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_PSK_WITH_AES_128_CBC_SHA 140

Represents the TLS_PSK_WITH_AES_128_CBC_SHA cipher suite.

TLS_PSK_WITH_AES_128_CBC_SHA256 174

Represents the TLS_PSK_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_PSK_WITH_AES_128_CCM 49316

Represents the TLS_PSK_WITH_AES_128_CCM cipher suite.

TLS_PSK_WITH_AES_128_CCM_8 49320

Represents the TLS_PSK_WITH_AES_128_CCM_8 cipher suite.

TLS_PSK_WITH_AES_128_GCM_SHA256 168

Represents the TLS_PSK_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_PSK_WITH_AES_256_CBC_SHA 141

Represents the TLS_PSK_WITH_AES_256_CBC_SHA cipher suite.

TLS_PSK_WITH_AES_256_CBC_SHA384 175

Represents the TLS_PSK_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_PSK_WITH_AES_256_CCM 49317

Represents the TLS_PSK_WITH_AES_256_CCM cipher suite.

TLS_PSK_WITH_AES_256_CCM_8 49321

Represents the TLS_PSK_WITH_AES_256_CCM_8 cipher suite.

TLS_PSK_WITH_AES_256_GCM_SHA384 169

Represents the TLS_PSK_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_PSK_WITH_ARIA_128_CBC_SHA256 49252

Represents the TLS_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_PSK_WITH_ARIA_128_GCM_SHA256 49258

Represents the TLS_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_PSK_WITH_ARIA_256_CBC_SHA384 49253

Represents the TLS_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_PSK_WITH_ARIA_256_GCM_SHA384 49259

Represents the TLS_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 49300

Represents the TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 49294

Represents the TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 49301

Represents the TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 49295

Represents the TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 52395

Represents the TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_PSK_WITH_NULL_SHA 44

Represents the TLS_PSK_WITH_NULL_SHA cipher suite.

TLS_PSK_WITH_NULL_SHA256 176

Represents the TLS_PSK_WITH_NULL_SHA256 cipher suite.

TLS_PSK_WITH_NULL_SHA384 177

Represents the TLS_PSK_WITH_NULL_SHA384 cipher suite.

TLS_PSK_WITH_RC4_128_SHA 138

Represents the TLS_PSK_WITH_RC4_128_SHA cipher suite.

TLS_RSA_EXPORT_WITH_DES40_CBC_SHA 8

Represents the TLS_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite.

TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 6

Represents the TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite.

TLS_RSA_EXPORT_WITH_RC4_40_MD5 3

Represents the TLS_RSA_EXPORT_WITH_RC4_40_MD5 cipher suite.

TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA 147

Represents the TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_RSA_PSK_WITH_AES_128_CBC_SHA 148

Represents the TLS_RSA_PSK_WITH_AES_128_CBC_SHA cipher suite.

TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 182

Represents the TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 172

Represents the TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_RSA_PSK_WITH_AES_256_CBC_SHA 149

Represents the TLS_RSA_PSK_WITH_AES_256_CBC_SHA cipher suite.

TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 183

Represents the TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 cipher suite.

TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 173

Represents the TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 49256

Represents the TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 49262

Represents the TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 49257

Represents the TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 49263

Represents the TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 49304

Represents the TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 49298

Represents the TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 49305

Represents the TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.

TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 49299

Represents the TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 52398

Represents the TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.

TLS_RSA_PSK_WITH_NULL_SHA 46

Represents the TLS_RSA_PSK_WITH_NULL_SHA cipher suite.

TLS_RSA_PSK_WITH_NULL_SHA256 184

Represents the TLS_RSA_PSK_WITH_NULL_SHA256 cipher suite.

TLS_RSA_PSK_WITH_NULL_SHA384 185

Represents the TLS_RSA_PSK_WITH_NULL_SHA384 cipher suite.

TLS_RSA_PSK_WITH_RC4_128_SHA 146

Represents the TLS_RSA_PSK_WITH_RC4_128_SHA cipher suite.

TLS_RSA_WITH_3DES_EDE_CBC_SHA 10

Represents the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_RSA_WITH_AES_128_CBC_SHA 47

Represents the TLS_RSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_RSA_WITH_AES_128_CBC_SHA256 60

Represents the TLS_RSA_WITH_AES_128_CBC_SHA256 cipher suite.

TLS_RSA_WITH_AES_128_CCM 49308

Represents the TLS_RSA_WITH_AES_128_CCM cipher suite.

TLS_RSA_WITH_AES_128_CCM_8 49312

Represents the TLS_RSA_WITH_AES_128_CCM_8 cipher suite.

TLS_RSA_WITH_AES_128_GCM_SHA256 156

Represents the TLS_RSA_WITH_AES_128_GCM_SHA256 cipher suite.

TLS_RSA_WITH_AES_256_CBC_SHA 53

Represents the TLS_RSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_RSA_WITH_AES_256_CBC_SHA256 61

Represents the TLS_RSA_WITH_AES_256_CBC_SHA256 cipher suite.

TLS_RSA_WITH_AES_256_CCM 49309

Represents the TLS_RSA_WITH_AES_256_CCM cipher suite.

TLS_RSA_WITH_AES_256_CCM_8 49313

Represents the TLS_RSA_WITH_AES_256_CCM_8 cipher suite.

TLS_RSA_WITH_AES_256_GCM_SHA384 157

Represents the TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suite.

TLS_RSA_WITH_ARIA_128_CBC_SHA256 49212

Represents the TLS_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.

TLS_RSA_WITH_ARIA_128_GCM_SHA256 49232

Represents the TLS_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.

TLS_RSA_WITH_ARIA_256_CBC_SHA384 49213

Represents the TLS_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.

TLS_RSA_WITH_ARIA_256_GCM_SHA384 49233

Represents the TLS_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.

TLS_RSA_WITH_CAMELLIA_128_CBC_SHA 65

Represents the TLS_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite.

TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 186

Represents the TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.

TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 49274

Represents the TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.

TLS_RSA_WITH_CAMELLIA_256_CBC_SHA 132

Represents the TLS_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite.

TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 192

Represents the TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.

TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 49275

Represents the TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.

TLS_RSA_WITH_DES_CBC_SHA 9

Represents the TLS_RSA_WITH_DES_CBC_SHA cipher suite.

TLS_RSA_WITH_IDEA_CBC_SHA 7

Represents the TLS_RSA_WITH_IDEA_CBC_SHA cipher suite.

TLS_RSA_WITH_NULL_MD5 1

Represents the TLS_RSA_WITH_NULL_MD5 cipher suite.

TLS_RSA_WITH_NULL_SHA 2

Represents the TLS_RSA_WITH_NULL_SHA cipher suite.

TLS_RSA_WITH_NULL_SHA256 59

Represents the TLS_RSA_WITH_NULL_SHA256 cipher suite.

TLS_RSA_WITH_RC4_128_MD5 4

Represents the TLS_RSA_WITH_RC4_128_MD5 cipher suite.

TLS_RSA_WITH_RC4_128_SHA 5

Represents the TLS_RSA_WITH_RC4_128_SHA cipher suite.

TLS_RSA_WITH_SEED_CBC_SHA 150

Represents the TLS_RSA_WITH_SEED_CBC_SHA cipher suite.

TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA 49180

Represents the TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA 49183

Represents the TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA cipher suite.

TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA 49186

Represents the TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA cipher suite.

TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA 49179

Represents the TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA 49182

Represents the TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA cipher suite.

TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA 49185

Represents the TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA cipher suite.

TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA 49178

Represents the TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA cipher suite.

TLS_SRP_SHA_WITH_AES_128_CBC_SHA 49181

Represents the TLS_SRP_SHA_WITH_AES_128_CBC_SHA cipher suite.

TLS_SRP_SHA_WITH_AES_256_CBC_SHA 49184

Represents the TLS_SRP_SHA_WITH_AES_256_CBC_SHA cipher suite.

Remarks

Both field names and values are based on the TLS Cipher Suites list from the Internet Assigned Numbers Authority (IANA). This enumeration represents values that were known at the time a specific version of .NET was released. Unmapped values may be returned by properties or methods, and methods should generally not verify that a given input was defined within the enum, as the value may be transparently passed from or to the system's underlying TLS implementation. Inclusion in this enumeration does not indicate that a .NET platform supports a particular cipher suite.

Applies to