Show / Hide Table of Contents

Class CaCertificate

The CA certificate of the server used for VERIFY_IDENTITY and VERIFY_CA ssl modes.

Inheritance
object
CaCertificate
PemCaCertificate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
[JsonConverter(typeof(CaCertificateModelConverter))]
public class CaCertificate
In this article
Back to top