Class LdapEntryBase
Inheritance
System.Object
LdapEntryBase
Assembly: Volo.Abp.Ldap.dll
Syntax
public abstract class LdapEntryBase : object, ILdapEntry
Constructors
LdapEntryBase()
Declaration
protected LdapEntryBase()
LdapEntryBase(LdapAttributeSet)
Declaration
protected LdapEntryBase(LdapAttributeSet attributeSet)
Parameters
| Type |
Name |
Description |
| LdapAttributeSet |
attributeSet |
|
Properties
CommonName
Declaration
public string CommonName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DistinguishedName
Declaration
public string DistinguishedName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ObjectCategory
Declaration
public string ObjectCategory { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ObjectClass
Declaration
public string[] ObjectClass { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Implements
Extension Methods