Show / Hide Table of Contents

Class LdapUser

Inheritance
System.Object
LdapEntryBase
LdapUser
Implements
ILdapUser
ILdapEntry
Inherited Members
LdapEntryBase.ObjectCategory
LdapEntryBase.ObjectClass
LdapEntryBase.Name
LdapEntryBase.CommonName
LdapEntryBase.DistinguishedName
Namespace: Volo.Abp.Ldap.Modeling
Assembly: Volo.Abp.Ldap.dll
Syntax
public class LdapUser : LdapEntryBase, ILdapUser, ILdapEntry

Constructors

LdapUser()

Declaration
public LdapUser()

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

ILdapUser
ILdapEntry

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft