Table of Contents

Class SsidSecurityEncryption

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

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

List<string>

Ciphers

Cipher suites advertised for the SSID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ciphers")]
public List<string>? Ciphers { get; set; }

Property Value

List<string>