AuthMechanism Property
The authentication mechanism to be used when connecting to the RADIUS server.
Syntax
public int getAuthMechanism(); public void setAuthMechanism(int authMechanism);
Enumerated values: public final static int amMSCHAPv2 = 0; public final static int amPAP = 1;
Remarks
This property defines the authentication mechanism used when connecting to the RADIUS server. Possible values are:
- 0 (amMSCHAPv2)
- 1 (amPAP)
Default Value
0