namespace CG67.FicheCollege.Tools { /// /// Type de session /// public enum LogonSessionType : uint { Interactive = 2, Network, Batch, Service, NetworkCleartext = 8, NewCredentials } }