
WepKey
Sets the profile WepKey.
■ Syntax
[VB]
Public WriteOnly Property WepKey As String
[C#]
public string WepKey {set;}
■ Property
Profile WEP key.
Parameter values
: 10-character character string in hexadecimal notation (40-bit)
26-character character string in hexadecimal notation (128-bit)
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
[Ex.] Set the MyProf profile Wep key to "12345123451234123412341234".
[VB] MyProf.WepKey = "12345123451234123412341234"
[C#] MyProf.WepKey = "12345123451234123412341234";
230
Comentarios a estos manuales