Show / Hide Table of Contents

Class PemCaCertificate

The CA certificate in PEM format.

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
public class PemCaCertificate : CaCertificate

Properties

Contents

Declaration
[Required(ErrorMessage = "Contents is required.")]
[JsonProperty(PropertyName = "contents")]
public string Contents { get; set; }
Property Value
Type Description
string

The string containing the CA certificate in PEM format.

Remarks

Required

In this article
Back to top