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
TlsAuthenticationType(String) |
Initializes a new instance of TlsAuthenticationType. |
Properties
Mutual |
Mutual TLS Serialized Name: TlsAuthenticationType.Mutual |
Server |
Server authentication Serialized Name: TlsAuthenticationType.Server |
Methods
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
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. |
Applies to
Azure SDK for .NET