Enum DtlsCipherSuite
A cipher suite.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum DtlsCipherSuite : int
Fields
| Name | Description |
|---|---|
| EcdheEcdsaAes128CbcSha256 | Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256. |
| EcdheEcdsaAes128GcmSha256 | Indicates TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256. |
| EcdheEcdsaAes128Sha | Indicates TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA. |
| EcdheRsaAes128CbcSha256 | Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256. |
| EcdheRsaAes128GcmSha256 | Indicates TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. |
| EcdheRsaAes128Sha | Indicates TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA. |
| RsaAes128CbcSha256 | Indicates TLS_RSA_WITH_AES_128_CBC_SHA256. |
| RsaAes128GcmSha256 | Indicates TLS_RSA_WITH_AES_128_GCM_SHA256. |
| RsaAes128Sha | Indicates TLS_RSA_WITH_AES_128_CBC_SHA. |