Class CertificateAuthentication
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
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
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
UseLdap
Whether or not to verify the certificate with LDAP.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useLdap")]
public bool UseLdap { get; set; }
Property Value
UseOcsp
Whether or not to verify the certificate with OCSP.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useOcsp")]
public bool UseOcsp { get; set; }