internal static string GetCompany(this LdapEntry ldapEntry) { return(ldapEntry.GetProperty(LdapConfiguration.Attribute.Company)); }
internal static string GetDistinguishedName(this LdapEntry ldapEntry) { return(ldapEntry.GetProperty(LdapConfiguration.Attribute.DistinguishedName)); }
internal static string GetPhone(this LdapEntry ldapEntry) { return(ldapEntry.GetProperty(LdapConfiguration.Attribute.TelephoneNumber)); }
internal static string GetUniqueName(this LdapEntry ldapEntry) { return(ldapEntry.GetProperty(LdapConfiguration.Attribute.UniqueName)); }
internal static string GetMail(this LdapEntry ldapEntry) { return(ldapEntry.GetProperty(LdapConfiguration.Attribute.Mail)); }