Skip to main content

Class NetworkSecuritySettings

Represents the security setting information of a WiFi network.

Assembly: Meadow.Contracts.dll
View Source
public class NetworkSecuritySettings

Properties

AuthenticationType

Type of authentication used by the network, see Meadow.Gateway.WiFi.NetworkAuthenticationType for more information.

View Source
public NetworkAuthenticationType AuthenticationType { get; protected set; }

EncryptionType

Type of encryption used by the network, see Meadow.Gateway.WiFi.NetworkEncryptionType for more information.

View Source
public NetworkEncryptionType EncryptionType { get; protected set; }