Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 3.85 KB

ne-authif-radius_authentication_provider.md

File metadata and controls

112 lines (77 loc) · 3.85 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:authif._RADIUS_AUTHENTICATION_PROVIDER
RADIUS_AUTHENTICATION_PROVIDER (authif.h)
The RADIUS_AUTHENTICATION_PROVIDER type enumerates the possible authentication providers that NPS can use.
RADIUS_AUTHENTICATION_PROVIDER
RADIUS_AUTHENTICATION_PROVIDER enumeration [Network Policy Server]
_ias_radius_authentication_provider
authif/RADIUS_AUTHENTICATION_PROVIDER
authif/rapMCIS
authif/rapNone
authif/rapODBC
authif/rapProxy
authif/rapUnknown
authif/rapUsersFile
authif/rapWindowsNT
ias.radius_authentication_provider
nps.IAS_radius_authentication_provider
rapMCIS
rapNone
rapODBC
rapProxy
rapUnknown
rapUsersFile
rapWindowsNT
nps\IAS_radius_authentication_provider.htm
Nps
017c31f1-1654-4312-a1f0-747ea82391e1
12/05/2018
RADIUS_AUTHENTICATION_PROVIDER, RADIUS_AUTHENTICATION_PROVIDER enumeration [Network Policy Server], _ias_radius_authentication_provider, authif/RADIUS_AUTHENTICATION_PROVIDER, authif/rapMCIS, authif/rapNone, authif/rapODBC, authif/rapProxy, authif/rapUnknown, authif/rapUsersFile, authif/rapWindowsNT, ias.radius_authentication_provider, nps.IAS_radius_authentication_provider, rapMCIS, rapNone, rapODBC, rapProxy, rapUnknown, rapUsersFile, rapWindowsNT
authif.h
Windows
None supported
Windows Server 2008
Windows
RADIUS_AUTHENTICATION_PROVIDER
19H1
_RADIUS_AUTHENTICATION_PROVIDER
authif/_RADIUS_AUTHENTICATION_PROVIDER
RADIUS_AUTHENTICATION_PROVIDER
authif/RADIUS_AUTHENTICATION_PROVIDER
c++
APIRef
kbSyntax
HeaderDef
AuthIf.h
RADIUS_AUTHENTICATION_PROVIDER

RADIUS_AUTHENTICATION_PROVIDER enumeration

-description

Note  Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS. Throughout the text, NPS is used to refer to all versions of the service, including the versions originally referred to as IAS.
 
The RADIUS_AUTHENTICATION_PROVIDER type enumerates the possible authentication providers that NPS can use.

-enum-fields

-field rapUnknown

The authentication provider is unknown.

-field rapUsersFile

A users' file provides the authentication information.

-field rapProxy

Authentication is provided by a RADIUS proxy server.

-field rapWindowsNT

Authentication is provided by Windows Domain Authentication.

-field rapMCIS

Authentication is provided by a Microsoft Commercial Internet System (MCIS) database.

-field rapODBC

Authentication is provided by an Open Database Connectivity (ODBC) compliant database.

-field rapNone

Access is unauthenticated.

-remarks

The ratProvider extended attribute in RADIUS_ATTRIBUTE_TYPE uses values from the RADIUS_AUTHENTICATION_PROVIDER enumeration type.

-see-also

About NPS Extensions

NPS Extensions Enumerations

NPS Extensions Reference

RADIUS_ATTRIBUTE

RADIUS_ATTRIBUTE_TYPE