Interface ILdapUser
Assembly: Volo.Abp.Ldap.dll
Syntax
public interface ILdapUser : ILdapEntry
Properties
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Email
Declaration
string Email { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Phone
Declaration
string Phone { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SamAccountName
Declaration
string SamAccountName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserPrincipalName
Declaration
string UserPrincipalName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods