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