Freigeben über


AfdCustomizedCipherSuiteForTls13 Struct

Definition

The AfdCustomizedCipherSuiteForTls13.

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

Constructors

Name Description
AfdCustomizedCipherSuiteForTls13(String)

Initializes a new instance of AfdCustomizedCipherSuiteForTls13.

Properties

Name Description
Tls_Aes_128_Gcm_Sha256

TLS_AES_128_GCM_SHA256.

Tls_Aes_256_Gcm_Sha384

TLS_AES_256_GCM_SHA384.

Methods

Name Description
Equals(AfdCustomizedCipherSuiteForTls13)

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

Determines if two AfdCustomizedCipherSuiteForTls13 values are the same.

Implicit(String to AfdCustomizedCipherSuiteForTls13)

Converts a String to a AfdCustomizedCipherSuiteForTls13.

Inequality(AfdCustomizedCipherSuiteForTls13, AfdCustomizedCipherSuiteForTls13)

Determines if two AfdCustomizedCipherSuiteForTls13 values are not the same.

Applies to