Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This sample is an instance of the eaphostusercredentials native schema.
<?xml version="1.0" ?>
<EapHostUserCredentials xmlns="https://www.microsoft.com/provisioning/EapHostUserCredentials"
xmlns:eapCommon="https://www.microsoft.com/provisioning/EapCommon"
xmlns:baseEap="https://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
<EapMethod>
<eapCommon:Type>40</eapCommon:Type>
<eapCommon:AuthorId>100</eapCommon:AuthorId>
</EapMethod>
<Credentials>
<EapType>40</EapType>
<Identity>test</Identity>
<Password>test</Password>
</Credentials>
</EapHostUserCredentials>
Related topics