namespace CG67.FicheCollege.Tools { /// <summary> /// Type de fournisseur d'authentification /// </summary> public enum LogonProvider : uint { Default = 0, WinNT35, WinNT40, // NTLM WinNT50 // negotiate Kerberos ou NTLM } }