Table of Contents

Class CertificateAuthentication

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

The current setting for certificate verification.

[DataContract]
public class CertificateAuthentication
Inheritance
CertificateAuthentication
Inherited Members

Properties

ClientRootCaCertificate

The Client CA Certificate used to sign the client certificate.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "clientRootCaCertificate")]
public CaCertificate ClientRootCaCertificate { get; set; }

Property Value

CaCertificate

Enabled

Whether or not to use EAP-TLS certificate-based authentication to validate wireless clients.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

OcspResponderUrl

(Optional) The URL of the OCSP responder to verify client certificate status.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ocspResponderUrl")]
public string? OcspResponderUrl { get; set; }

Property Value

string

UseLdap

Whether or not to verify the certificate with LDAP.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useLdap")]
public bool UseLdap { get; set; }

Property Value

bool

UseOcsp

Whether or not to verify the certificate with OCSP.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useOcsp")]
public bool UseOcsp { get; set; }

Property Value

bool