Interface ILdapEntry
Assembly: Volo.Abp.Ldap.dll
Syntax
public interface ILdapEntry
Properties
CommonName
Declaration
string CommonName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DistinguishedName
Declaration
string DistinguishedName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ObjectCategory
Declaration
string ObjectCategory { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ObjectClass
Declaration
string[] ObjectClass { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Extension Methods