Class SsidSecurity
Security settings for an SSID
[DataContract]
public class SsidSecurity
- Inheritance
-
SsidSecurity
- Inherited Members
Constructors
SsidSecurity()
public SsidSecurity()
Properties
Encryption
Encryption settings for the SSID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "encryption")]
public SsidSecurityEncryption? Encryption { get; set; }