Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Note Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.
The MsChapV2ConnectionPropertiesV1 XML schema will specify the connection configuration for the MsChapV2 authentication protocol. This schema does not have any configurable properties or elements.
Note Both Windows XP with SP2 and Windows Server 2003 with SP1 default to not using Winlogon credentials.
<?xml version="1.0" ?>
<xs:schema
targetNamespace="https://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1"
elementFormDefault="qualified"
xmlns="https://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1"
xmlns:xs="https://www.w3.org/2001/XMLSchema"
xmlns:baseEap="https://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
version="1.0">
<xs:import
namespace="https://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
schemaLocation="BaseEapConnectionPropertiesV1.xsd"/>
<xs:element name="EapType" substitutionGroup="baseEap:EapType">
<xs:complexType>
<xs:complexContent>
<xs:extension base="baseEap:BaseEapTypeParameters"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>