Class WiFiSecurity

    Definition

    Namespace:
    Tizen.Network.WiFi
    Assembly:
    Tizen.Network.WiFi.dll

    A class for managing the Wi-Fi security information.

    public class WiFiSecurity
    Inheritance
    object
    WiFiSecurity

    Properties

    View Source

    EapInformation

    The EAP information.

    Declaration
    public WiFiEap EapInformation { get; }
    Property Value
    Type Description
    WiFiEap

    EAP information of the Wi-Fi.

    View Source

    EncryptionType

    The type of Wi-Fi encryption.

    Declaration
    public WiFiEncryptionType EncryptionType { get; set; }
    Property Value
    Type Description
    WiFiEncryptionType

    Represents the encryption type of the Wi-Fi.

    View Source

    IsPassphraseRequired

    A property to check whether the passphrase is required or not.

    Declaration
    public bool IsPassphraseRequired { get; }
    Property Value
    Type Description
    bool

    Boolean value to check if the passphrase is required or not.

    View Source

    IsWpsSupported

    A property to check whether Wi-Fi Protected Setup (WPS) is supported.

    Declaration
    public bool IsWpsSupported { get; }
    Property Value
    Type Description
    bool

    Boolean value to check if WPS is supported.

    View Source

    SecurityType

    The type of Wi-Fi security.

    Declaration
    public WiFiSecurityType SecurityType { get; set; }
    Property Value
    Type Description
    WiFiSecurityType

    Represents the security type of the Wi-Fi.

    Methods

    View Source

    SetPassphrase(string)

    Sets the passphrase.

    Declaration
    public void SetPassphrase(string passphrase)
    Parameters
    Type Name Description
    string passphrase

    The passphrase of the access point.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX