Android.Net.Wifi.WifiConfiguration.WepKeys Property
Up to four WEP keys.

Syntax

[Android.Runtime.Register("wepKeys")]
public IList<string> WepKeys { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Up to four WEP keys. Either an ASCII string enclosed in double quotation marks (e.g., "abcdef" or a string of hex digits (e.g., 0102030405).

When the value of one of these keys is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1