using System; namespace SMBLibrary.Authentication.GSSAPI { public enum GSSAttributeName { AccessToken, IsAnonymous, /// /// Permit access to this user via the guest user account if the normal authentication process fails. /// IsGuest, MachineName, SessionKey, UserName, } }