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.
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.
Syntax
typedef enum _IASPROPERTIES {
PROPERTY_IAS_RADIUSSERVERGROUPS_COLLECTION,
PROPERTY_IAS_POLICIES_COLLECTION,
PROPERTY_IAS_PROFILES_COLLECTION,
PROPERTY_IAS_PROTOCOLS_COLLECTION,
PROPERTY_IAS_AUDITORS_COLLECTION,
PROPERTY_IAS_REQUESTHANDLERS_COLLECTION,
PROPERTY_IAS_PROXYPOLICIES_COLLECTION,
PROPERTY_IAS_PROXYPROFILES_COLLECTION,
PROPERTY_IAS_REMEDIATIONSERVERGROUPS_COLLECTION,
PROPERTY_IAS_SHVTEMPLATES_COLLECTION
} IASPROPERTIES;
Constants
PROPERTY_IAS_RADIUSSERVERGROUPS_COLLECTIONThe collection of RADIUS server groups. |
PROPERTY_IAS_POLICIES_COLLECTIONThe collection of Network Access Policies (NAP). |
PROPERTY_IAS_PROFILES_COLLECTIONThe collection of profiles for the network access policies. |
PROPERTY_IAS_PROTOCOLS_COLLECTIONThe collection of protocols used by NPS. |
PROPERTY_IAS_AUDITORS_COLLECTIONThe collection of auditors used by NPS. |
PROPERTY_IAS_REQUESTHANDLERS_COLLECTIONThe collection of request handlers used by NPS. |
PROPERTY_IAS_PROXYPOLICIES_COLLECTIONThe collection of Network Access Policies for connection request processing. |
PROPERTY_IAS_PROXYPROFILES_COLLECTIONThe collection of profiles for connection request processing. |
PROPERTY_IAS_REMEDIATIONSERVERGROUPS_COLLECTIONUsed by the Remediation Server settings of NPS user interface. |
PROPERTY_IAS_SHVTEMPLATES_COLLECTIONUsed by the System Health Validator Template settings of NPS user interface. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |