Holds the information needed for a WiFi QR code to be validated and generated.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.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; }
Hidden
bool
Gets a value indicating whether the network is hidden.
C#
public bool Hidden { get; }
Methods
BuildValue()
string
Builds the string value that will be used for encoding in a barcode.
C#
public override string BuildValue()
string
Overrides:
Validate()
string
Validates and returns all errors as a new line delimited string.
C#
public override string Validate()
string
Overrides: