ClassWiFiQRCodeValueStringBuilder
Holds the information needed for a WiFi QR code to be validated and generated.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class WiFiQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBaseWiFiQRCodeValueStringBuilder
Implements:
Constructors
WiFiQRCodeValueStringBuilder(WiFiInput, WiFiInput, WiFiAuthentication, bool)
Initializes a new instance of the WiFiQRCodeValueStringBuilder class.
Declaration
public WiFiQRCodeValueStringBuilder(WiFiInput ssid, WiFiInput password, WiFiAuthentication authentication, bool hidden = false)
Parameters
ssid
SSID (Service Set Identifier) of the WiFi network.
password
Password of the WiFi network.
authentication
Authentication mode (WEP, WPA/WPA2, None).
hidden
Set flag, if the WiFi network hides its SSID.
Properties
Authentication
Gets the authentication protocol.
Declaration
public WiFiAuthentication Authentication { get; }
Property Value
Hidden
Gets a value indicating whether the network is hidden.
Password
Gets the password.
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Validate()
Validates and returns all errors as a new line delimited string.