Share via


ApplicationGatewaySslCipherSuite Struct

Definition

Ssl cipher suites enums.

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

Constructors

ApplicationGatewaySslCipherSuite(String)

Initializes a new instance of ApplicationGatewaySslCipherSuite.

Properties

TlsDheDssWith3DesEdeCbcSha

TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA.

TlsDheDssWithAes128CbcSha

TLS_DHE_DSS_WITH_AES_128_CBC_SHA.

TlsDheDssWithAes128CbcSha256

TLS_DHE_DSS_WITH_AES_128_CBC_SHA256.

TlsDheDssWithAes256CbcSha

TLS_DHE_DSS_WITH_AES_256_CBC_SHA.

TlsDheDssWithAes256CbcSha256

TLS_DHE_DSS_WITH_AES_256_CBC_SHA256.

TlsDHERsaWithAes128CbcSha

TLS_DHE_RSA_WITH_AES_128_CBC_SHA.

TlsDHERsaWithAes128GcmSha256

TLS_DHE_RSA_WITH_AES_128_GCM_SHA256.

TlsDHERsaWithAes256CbcSha

TLS_DHE_RSA_WITH_AES_256_CBC_SHA.

TlsDHERsaWithAes256GcmSha384

TLS_DHE_RSA_WITH_AES_256_GCM_SHA384.

TlsECDiffieHellmanECDsaWithAes128CbcSha

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA.

TlsECDiffieHellmanECDsaWithAes128CbcSha256

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256.

TlsECDiffieHellmanECDsaWithAes128GcmSha256

TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256.

TlsECDiffieHellmanECDsaWithAes256CbcSha

TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA.

TlsECDiffieHellmanECDsaWithAes256CbcSha384

TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384.

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.

TlsRsaWith3DesEdeCbcSha

TLS_RSA_WITH_3DES_EDE_CBC_SHA.

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(ApplicationGatewaySslCipherSuite)

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(ApplicationGatewaySslCipherSuite, ApplicationGatewaySslCipherSuite)

Determines if two ApplicationGatewaySslCipherSuite values are the same.

Implicit(String to ApplicationGatewaySslCipherSuite)

Converts a string to a ApplicationGatewaySslCipherSuite.

Inequality(ApplicationGatewaySslCipherSuite, ApplicationGatewaySslCipherSuite)

Determines if two ApplicationGatewaySslCipherSuite values are not the same.

Applies to