AUTHENTICATION_TYPE enumeration (sdoias.h)

The values of the AUTHENTICATION_TYPE enumerated type are used to specify the authentication method.

Syntax

typedef enum _AUTHENTICATION_TYPE {
  IAS_AUTH_INVALID = 0,
  IAS_AUTH_PAP,
  IAS_AUTH_MD5CHAP,
  IAS_AUTH_MSCHAP,
  IAS_AUTH_MSCHAP2,
  IAS_AUTH_EAP,
  IAS_AUTH_ARAP,
  IAS_AUTH_NONE,
  IAS_AUTH_CUSTOM,
  IAS_AUTH_MSCHAP_CPW,
  IAS_AUTH_MSCHAP2_CPW,
  IAS_AUTH_PEAP
} AUTHENTICATION_TYPE;

Constants

 
IAS_AUTH_INVALID
Value: 0
Specifies the authorization type as invalid.
IAS_AUTH_PAP
Specifies the authorization type as PAP.
IAS_AUTH_MD5CHAP
Specifies the authorization type as MD5CHAP.
IAS_AUTH_MSCHAP
Specifies the authorization type as MSCHAP.
IAS_AUTH_MSCHAP2
Specifies the authorization type as MSCHAP2.
IAS_AUTH_EAP
Specifies the authorization type as EAP.
IAS_AUTH_ARAP
Specifies the authorization type as PEAP.
IAS_AUTH_NONE
Specifies that there is not authorization type.
IAS_AUTH_CUSTOM
Specifies the authorization type as custom.
IAS_AUTH_MSCHAP_CPW
Specifies the authorization type as MSCHAP_CPW.
IAS_AUTH_MSCHAP2_CPW
Specifies the authorization type as MSCHAP2_CPW.
IAS_AUTH_PEAP
Specifies the authorization type as PEAP.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header sdoias.h

See also

IASCOMMONPROPERTIES

RADIUSPROPERTIES