AUTHENTICATION_TYPE Enumeration
The values of the AUTHENTICATION_TYPE enumerated type are used to specify the authentication method.
typedef enum _AUTHENTICATION_TYPE
{
IAS_AUTH_INVALID,
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
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.**Windows 2000: **This value is unavailable.
Requirements
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in SdoIas.h. |
IDL |
Declared in SdoIas.idl. |
See Also
IASCOMMONPROPERTIES
RADIUSPROPERTIES
Send comments about this topic to Microsoft
Build date: 10/15/2007