Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Program Files (x86)/Cisco/Cisco EAP-FAST Module/ |
<?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.cisco.com/CCX" targetNamespace="http://www.cisco.com/CCX" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="eapCredentials" type="EapCredentials" /> <xs:complexType name="EapCredentials"> <xs:sequence> <xs:element name="username" type="xs:string" minOccurs="0" /> <xs:element name="password" type="xs:string" minOccurs="0" /> <xs:element name="certificate" type="xs:hexBinary" minOccurs="0"> <xs:annotation> <xs:documentation> SHA-1 hash over the whole binary certificate in X509 format that uniquely identifies a certificate in the OS managed store. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:schema>