AppServiceTlsCipherSuite Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The minimum strength TLS cipher suite allowed for an application.
public enum AppServiceTlsCipherSuite
type AppServiceTlsCipherSuite =
Public Enum AppServiceTlsCipherSuite
- Inheritance
-
AppServiceTlsCipherSuite
Fields
Name | Value | Description |
---|---|---|
TlsAes256GcmSha384 | 0 | TLS_AES_256_GCM_SHA384. |
TlsAes128GcmSha256 | 1 | TLS_AES_128_GCM_SHA256. |
TlsECDiffieHellmanECDsaWithAes256GcmSha384 | 2 | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384. |
TlsECDiffieHellmanECDsaWithAes128CbcSha256 | 3 | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256. |
TlsECDiffieHellmanECDsaWithAes128GcmSha256 | 4 | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256. |
TlsECDiffieHellmanRsaWithAes256GcmSha384 | 5 | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384. |
TlsECDiffieHellmanRsaWithAes128GcmSha256 | 6 | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. |
TlsECDiffieHellmanRsaWithAes256CbcSha384 | 7 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384. |
TlsECDiffieHellmanRsaWithAes128CbcSha256 | 8 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256. |
TlsECDiffieHellmanRsaWithAes256CbcSha | 9 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA. |
TlsECDiffieHellmanRsaWithAes128CbcSha | 10 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA. |
TlsRsaWithAes256GcmSha384 | 11 | TLS_RSA_WITH_AES_256_GCM_SHA384. |
TlsRsaWithAes128GcmSha256 | 12 | TLS_RSA_WITH_AES_128_GCM_SHA256. |
TlsRsaWithAes256CbcSha256 | 13 | TLS_RSA_WITH_AES_256_CBC_SHA256. |
TlsRsaWithAes128CbcSha256 | 14 | TLS_RSA_WITH_AES_128_CBC_SHA256. |
TlsRsaWithAes256CbcSha | 15 | TLS_RSA_WITH_AES_256_CBC_SHA. |
TlsRsaWithAes128CbcSha | 16 | TLS_RSA_WITH_AES_128_CBC_SHA. |
Applies to
Azure SDK for .NET