1234567891011121314151617 |
- <?xml version="1.0" ?>
- <EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
- <EapMethod>
- <eapCommon:Type>40</eapCommon:Type>
- <eapCommon:AuthorId>100</eapCommon:AuthorId>
- </EapMethod>
- <Credentials>
- <EapType>40</EapType>
- <Identity>{0}</Identity>
- <Password>{1}</Password>
- </Credentials>
- </EapHostUserCredentials>
- <!--
- 0 = Username
- 1 = Password
- -->
|