IPWorks Auth 2020 .NET Edition

Questions / Feedback?

AuthMechanism Property

The authentication mechanism to be used when connecting to the RADIUS server.

Syntax

public RadiusAuthMechanisms AuthMechanism { get; set; }

enum RadiusAuthMechanisms { ramMSCHAPv2, ramPAP, ramPEAPv0, ramEAPTLS }
Public Property AuthMechanism As RadiusAuthMechanisms

Enum RadiusAuthMechanisms ramMSCHAPv2 ramPAP ramPEAPv0 ramEAPTLS End Enum

Default Value

0

Remarks

This property defines the authentication mechanism used when connecting to the RADIUS server. Possible values are:

0 (ramMSCHAPv2 - default) Microsoft Challenge Authentication Protocol v2
1 (ramPAP) Password Authentication Protocol
2 (ramPEAPv0) Protected Extensible Authentication Protocol with MSCHAPv2 inner authentication
3 (ramEAPTLS) Extensible Authentication Protocol with TLS

When set to ramEAPTLS the SSLCert property must be set to the client certificate used to authenticate to the server.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]