
EAP8021x
Sets or acquires the profile EAP (802.1x) type.
■ Syntax
[VB]
Public Property EAP8021x As EN_EAP8021X
[C#]
public EN_EAP8021X EAP8021x {get; set;}
■ Property
Profile EAP type
Parameter values
:
EN_EAP8021X.DISABLE,EN_EAP8021X.PEAP,EN_EAP8021X.TLS
Default value
: EN_EAP8021X.DISABLE
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
[Ex.] Set the MyProf profile EAP type to PEAP.
[VB] MyProf.EAP8021x = RF.Profile.EN_EAP8021X.PEAP
[C#] MyProf.EAP8021x = RF.Profile.EN_EAP8021X.PEAP;
229
Kommentare zu diesen Handbüchern