Class LdapUser
Inheritance
System.Object
LdapUser
Assembly: Volo.Abp.Ldap.dll
Syntax
public class LdapUser : LdapEntryBase, ILdapUser, ILdapEntry
Constructors
LdapUser()
Declaration
LdapUser(LdapAttributeSet)
Declaration
public LdapUser(LdapAttributeSet attributeSet)
Parameters
| Type |
Name |
Description |
| LdapAttributeSet |
attributeSet |
|
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Email
Declaration
public string Email { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Phone
Declaration
public string Phone { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SamAccountName
Declaration
public string SamAccountName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserPrincipalName
Declaration
public string UserPrincipalName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Extension Methods