TlsAuthenticationType 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. Serialized Name: TlsAuthenticationType
public readonly struct TlsAuthenticationType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.TlsAuthenticationType>
type TlsAuthenticationType = struct
Public Structure TlsAuthenticationType
Implements IEquatable(Of TlsAuthenticationType)
- Inheritance
-
TlsAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| TlsAuthenticationType(String) |
Initializes a new instance of TlsAuthenticationType. |
Properties
| Name | Description |
|---|---|
| Mutual |
Mutual TLS Serialized Name: TlsAuthenticationType.Mutual |
| Server |
Server authentication Serialized Name: TlsAuthenticationType.Server |
Methods
| Name | Description |
|---|---|
| Equals(TlsAuthenticationType) |
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(TlsAuthenticationType, TlsAuthenticationType) |
Determines if two TlsAuthenticationType values are the same. |
| Implicit(String to TlsAuthenticationType) |
Converts a string to a TlsAuthenticationType. |
| Inequality(TlsAuthenticationType, TlsAuthenticationType) |
Determines if two TlsAuthenticationType values are not the same. |