Class SsidSecurityEncryption
SSID encryption settings
[DataContract]
public class SsidSecurityEncryption
- Inheritance
-
SsidSecurityEncryption
- Inherited Members
Constructors
SsidSecurityEncryption()
public SsidSecurityEncryption()
Properties
Akms
AKM suites advertised for the SSID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "akms")]
public List<string>? Akms { get; set; }
Property Value
Ciphers
Cipher suites advertised for the SSID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ciphers")]
public List<string>? Ciphers { get; set; }