Partilhar via


ConnectionTlsAuthenticationType Struct

Definition

TLS authentication type enum.

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

Constructors

ConnectionTlsAuthenticationType(String)

Initializes a new instance of ConnectionTlsAuthenticationType.

Properties

Mutual

Mutual TLS.

Server

Server authentication.

Methods

Equals(ConnectionTlsAuthenticationType)

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

Determines if two ConnectionTlsAuthenticationType values are the same.

Implicit(String to ConnectionTlsAuthenticationType)

Converts a string to a ConnectionTlsAuthenticationType.

Inequality(ConnectionTlsAuthenticationType, ConnectionTlsAuthenticationType)

Determines if two ConnectionTlsAuthenticationType values are not the same.

Applies to