适用于 LAN_profile) 的安全 (MSM) 元素 (

安全 (MSM) 元素包含有线网络的安全设置。 此元素为可选元素。

<xs:element name="security">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OneXEnforced"
                type="boolean"
             />
            <xs:element name="OneXEnabled"
                type="boolean"
             />
            <!-
                Extension point for other namespaces, including the OneX
                namespace currently used for optional IEEE802.1X configuration.
                The OneX configuration parameters must be present if the
                <OneXEnforced> flag is set to "true" or the <OneXEnabled> flag
                is set to "true". See the Child elements section below.
             ->
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

父元素

子元素

元素 类型 说明
OneXEnforced boolean 指定有线网络的自动配置服务是否需要使用 802.1X 进行端口身份验证。
OneXEnabled boolean 指定有线网络的自动配置服务是否会尝试使用 802.1X 进行端口身份验证。
OneX 可选的 IEEE802.1X 配置。

OneXEnforced

OneXEnforced (security) 元素指定有线网络的自动配置服务是否需要使用 802.1X 进行端口身份验证。 当 OneXEnforcedTRUE时,自动配置服务必须使用 802.1X 进行端口身份验证。 当 OneXEnforcedFALSE时,自动配置服务将尝试使用 802.1X 进行端口身份验证,但如果 802.1X 身份验证因任何原因失败,该服务将回退到无身份验证。

此元素为可选元素。 默认值为 FALSE

仅当 OneXEnabledTRUE时,此元素才具有有意义的值。 如果 OneXEnabledFALSE,则忽略此元素的值。

OneXEnabled

指定有线网络的自动配置服务是否会尝试使用 802.1X 进行端口身份验证。 当 OneXEnabledFALSE时,自动配置服务永远不会使用 802.1X 进行端口身份验证。 当 OneXEnabledTRUE时,自动配置服务尝试使用 802.1X 进行端口身份验证。

此元素为可选元素。 默认值为 TRUE。 如果未在配置文件中指定 OneXEnabled ,则 802.1X 可用于端口身份验证。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]