Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_INVALIDValue: 0 Specifies the authorization type as invalid. |
IAS_AUTH_PAPSpecifies the authorization type as PAP. |
IAS_AUTH_MD5CHAPSpecifies the authorization type as MD5CHAP. |
IAS_AUTH_MSCHAPSpecifies the authorization type as MSCHAP. |
IAS_AUTH_MSCHAP2Specifies the authorization type as MSCHAP2. |
IAS_AUTH_EAPSpecifies the authorization type as EAP. |
IAS_AUTH_ARAPSpecifies the authorization type as PEAP. |
IAS_AUTH_NONESpecifies that there is not authorization type. |
IAS_AUTH_CUSTOMSpecifies the authorization type as custom. |
IAS_AUTH_MSCHAP_CPWSpecifies the authorization type as MSCHAP_CPW. |
IAS_AUTH_MSCHAP2_CPWSpecifies the authorization type as MSCHAP2_CPW. |
IAS_AUTH_PEAPSpecifies the authorization type as PEAP. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |