AuthMechanism Property
The authentication mechanism to be used when connecting to the RADIUS server.
Syntax
__property TipaRADIUSAuthMechanisms AuthMechanism = {read=FAuthMechanism, write=FSetAuthMechanism, default=0};
enum TipaRADIUSAuthMechanisms { amMSCHAPv2=0, amPAP=1 };
Default Value
0
Remarks
This property defines the authentication mechanism used when connecting to the RADIUS server. Possible values are:
- 0 (amMSCHAPv2)
- 1 (amPAP)
Data Type
Integer