AfdCustomizedCipherSuiteForTls12 Struct
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 AfdCustomizedCipherSuiteForTls12.
public readonly struct AfdCustomizedCipherSuiteForTls12 : IEquatable<Azure.ResourceManager.Cdn.Models.AfdCustomizedCipherSuiteForTls12>
type AfdCustomizedCipherSuiteForTls12 = struct
Public Structure AfdCustomizedCipherSuiteForTls12
Implements IEquatable(Of AfdCustomizedCipherSuiteForTls12)
- Inheritance
-
AfdCustomizedCipherSuiteForTls12
- Implements
Constructors
| Name | Description |
|---|---|
| AfdCustomizedCipherSuiteForTls12(String) |
Initializes a new instance of AfdCustomizedCipherSuiteForTls12. |
Properties
| Name | Description |
|---|---|
| Dhe_Rsa_Aes128_Gcm_Sha256 |
DHE_RSA_AES128_GCM_SHA256. |
| Dhe_Rsa_Aes256_Gcm_Sha384 |
DHE_RSA_AES256_GCM_SHA384. |
| Ecdhe_Rsa_Aes128_Gcm_Sha256 |
ECDHE_RSA_AES128_GCM_SHA256. |
| Ecdhe_Rsa_Aes128_Sha256 |
ECDHE_RSA_AES128_SHA256. |
| Ecdhe_Rsa_Aes256_Gcm_Sha384 |
ECDHE_RSA_AES256_GCM_SHA384. |
| Ecdhe_Rsa_Aes256_Sha384 |
ECDHE_RSA_AES256_SHA384. |
Methods
| Name | Description |
|---|---|
| Equals(AfdCustomizedCipherSuiteForTls12) |
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
| Name | Description |
|---|---|
| Equality(AfdCustomizedCipherSuiteForTls12, AfdCustomizedCipherSuiteForTls12) |
Determines if two AfdCustomizedCipherSuiteForTls12 values are the same. |
| Implicit(String to AfdCustomizedCipherSuiteForTls12) |
Converts a String to a AfdCustomizedCipherSuiteForTls12. |
| Inequality(AfdCustomizedCipherSuiteForTls12, AfdCustomizedCipherSuiteForTls12) |
Determines if two AfdCustomizedCipherSuiteForTls12 values are not the same. |