AuthMechanism Property
The authentication mechanism to be used when connecting to the RADIUS server.
Syntax
[VB.NET] Public Property AuthMechanism As RadiusAuthMechanisms
[C#] public RadiusAuthMechanisms AuthMechanism {get; set;}
enum RadiusAuthMechanisms { amMSCHAPv2, amPAP }
Remarks
This property defines the authentication mechanism used when connecting to the RADIUS server. Possible values are:
- 0 (amMSCHAPv2)
- 1 (amPAP)
Default Value
0