Show / Hide Table of Contents

Class ClientCertificateDetails

Details for client certificate.

Inheritance
object
ClientCertificateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class ClientCertificateDetails

Properties

ClientCertificate

Declaration
[JsonProperty(PropertyName = "clientCertificate")]
public ClientCertificate ClientCertificate { get; set; }
Property Value
Type Description
ClientCertificate

PrivateKey

Declaration
[JsonProperty(PropertyName = "privateKey")]
public PrivateKey PrivateKey { get; set; }
Property Value
Type Description
PrivateKey
In this article
Back to top