Ejemplo n.º 1
0
 public void SetEAP(string profileName, string userXML)
 {
     WlanInterop.ThrowIfError(WlanInterop.WlanSetProfileEapXmlUserData(client.clientHandle, info.interfaceGuid, profileName, SetEapUserDataMode.None, userXML, IntPtr.Zero));
 }