AppServiceTlsCipherSuite Struct

Definition

The minimum strength TLS cipher suite allowed for an application.

public readonly struct AppServiceTlsCipherSuite : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceTlsCipherSuite>
type AppServiceTlsCipherSuite = struct
Public Structure AppServiceTlsCipherSuite
Implements IEquatable(Of AppServiceTlsCipherSuite)
Inheritance
AppServiceTlsCipherSuite
Implements

Constructors

AppServiceTlsCipherSuite(String)

Initializes a new instance of AppServiceTlsCipherSuite.

Properties

TlsAes128GcmSha256

TLS_AES_128_GCM_SHA256.

TlsAes256GcmSha384

TLS_AES_256_GCM_SHA384.

TlsECDiffieHellmanECDsaWithAes128CbcSha256

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256.

TlsECDiffieHellmanECDsaWithAes128GcmSha256

TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256.

TlsECDiffieHellmanECDsaWithAes256GcmSha384

TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384.

TlsECDiffieHellmanRsaWithAes128CbcSha

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA.

TlsECDiffieHellmanRsaWithAes128CbcSha256

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256.

TlsECDiffieHellmanRsaWithAes128GcmSha256

TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256.

TlsECDiffieHellmanRsaWithAes256CbcSha

TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA.

TlsECDiffieHellmanRsaWithAes256CbcSha384

TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384.

TlsECDiffieHellmanRsaWithAes256GcmSha384

TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384.

TlsRsaWithAes128CbcSha

TLS_RSA_WITH_AES_128_CBC_SHA.

TlsRsaWithAes128CbcSha256

TLS_RSA_WITH_AES_128_CBC_SHA256.

TlsRsaWithAes128GcmSha256

TLS_RSA_WITH_AES_128_GCM_SHA256.

TlsRsaWithAes256CbcSha

TLS_RSA_WITH_AES_256_CBC_SHA.

TlsRsaWithAes256CbcSha256

TLS_RSA_WITH_AES_256_CBC_SHA256.

TlsRsaWithAes256GcmSha384

TLS_RSA_WITH_AES_256_GCM_SHA384.

Methods

Equals(AppServiceTlsCipherSuite)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AppServiceTlsCipherSuite, AppServiceTlsCipherSuite)

Determines if two AppServiceTlsCipherSuite values are the same.

Implicit(String to AppServiceTlsCipherSuite)

Converts a string to a AppServiceTlsCipherSuite.

Inequality(AppServiceTlsCipherSuite, AppServiceTlsCipherSuite)

Determines if two AppServiceTlsCipherSuite values are not the same.

Applies to