Class NetworkSecuritySettings
Represents the security setting information of a WiFi network.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public class NetworkSecuritySettings
Properties
AuthenticationType
Type of authentication used by the network, see Meadow.Gateway.WiFi.NetworkAuthenticationType for more information.
View Source
Declaration
public NetworkAuthenticationType AuthenticationType { get; protected set; }
EncryptionType
Type of encryption used by the network, see Meadow.Gateway.WiFi.NetworkEncryptionType for more information.
View Source
Declaration
public NetworkEncryptionType EncryptionType { get; protected set; }