Class WiFiSecurity
Definition
- Assembly:
- Tizen.Network.WiFi.dll
A class for managing the Wi-Fi security information.
C#
Copy
public class WiFiSecurity
- Inheritance
-
objectWi
Fi Security
Properties
Declaration
C#
Copy
public WiFiEap EapInformation { get; }
Property Value
Type | Description |
---|---|
Wi |
EAP information of the Wi-Fi. |
Declaration
C#
Copy
public WiFiEncryptionType EncryptionType { get; set; }
Property Value
Type | Description |
---|---|
Wi |
Represents the encryption type of the Wi-Fi. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown while setting this property when Wi-Fi is not supported. |
System. |
Thrown while setting this property due to an invalid parameter. |
System. |
Thrown while setting this value due to an invalid operation. |
Declaration
C#
Copy
public bool IsPassphraseRequired { get; }
Property Value
Type | Description |
---|---|
bool | Boolean value to check if the passphrase is required or not. |
Declaration
C#
Copy
public bool IsWpsSupported { get; }
Property Value
Type | Description |
---|---|
bool | Boolean value to check if WPS is supported. |
Declaration
C#
Copy
public WiFiSecurityType SecurityType { get; set; }
Property Value
Type | Description |
---|---|
Wi |
Represents the security type of the Wi-Fi. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown while setting this property when Wi-Fi is not supported. |
System. |
Thrown while setting this property due to an invalid parameter. |
System. |
Thrown while setting this value due to an invalid operation. |
Methods
Declaration
C#
Copy
public void SetPassphrase(string passphrase)
Parameters
Type | Name | Description |
---|---|---|
string | passphrase | The passphrase of the access point. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when Wi-Fi is not supported. |
System. |
Thrown when the passphrase is passed as null. |
System. |
Thrown when the method failed due to an invalid parameter. |
System. |
Thrown when the method failed due to an invalid operation. |