Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
Windows
/
schemas
/
EAPMethods
:
eaptlsconnectionpropertiesv2.xsd
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?xml version="1.0" ?> <xs:schema targetNamespace="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2" elementFormDefault="qualified" xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" > <xs:element name="TLSExtensions" type="TLSExtensionsType"/> <xs:element name="PerformServerValidation" type="xs:boolean" /> <xs:element name="AcceptServerName" type="xs:boolean" /> <xs:element name="GroupSmartCardCerts" type="xs:boolean"/> <xs:complexType name="TLSExtensionsType"> <xs:sequence> <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##any"/> </xs:sequence> </xs:complexType> </xs:schema>