Class LocalRadius
The current setting for Local Authentication, a built-in RADIUS server on the access point. Only valid if authMode is '8021x-localradius'.
[DataContract]
public class LocalRadius
- Inheritance
-
LocalRadius
- Inherited Members
Properties
CacheTimeout
The duration (in seconds) for which LDAP and OCSP lookups are cached.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cacheTimeout")]
public int CacheTimeout { get; set; }
Property Value
CertificateAuthentication
The current setting for certificate verification.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "certificateAuthentication")]
public CertificateAuthentication CertificateAuthentication { get; set; }
Property Value
PasswordAuthentication
The current setting for password-based authentication.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "passwordAuthentication")]
public PasswordAuthentication PasswordAuthentication { get; set; }