SDK.xml 553 B

1234567891011121314151617
  1. <?xml version="1.0" ?>
  2. <EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
  3. <EapMethod>
  4. <eapCommon:Type>40</eapCommon:Type>
  5. <eapCommon:AuthorId>100</eapCommon:AuthorId>
  6. </EapMethod>
  7. <Credentials>
  8. <EapType>40</EapType>
  9. <Identity>{0}</Identity>
  10. <Password>{1}</Password>
  11. </Credentials>
  12. </EapHostUserCredentials>
  13. <!--
  14. 0 = Username
  15. 1 = Password
  16. -->