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