ConnectionTlsAuthenticationType 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.
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
Azure SDK for .NET