LdapObject

Overview

LdapObject is a container that holds a Ldap record with it's attributes.

Location

  • Reference:
    • RemObjects.InternetPack.dll  .NET, .NET Core 5.0, .NET Standard 2.0
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack.Ldap

Properties


Attributes  virtual

Contains a list of attributes associated with this Ldap object.

 

property Attributes: LdapAttributes read;

 

LdapAttributes Attributes { get; }

 

var Attributes: LdapAttributes { get{} }

 

ReadOnly Property Attributes() As LdapAttributes

DN  virtual

Contains the full distinguished name of this object.

 

property DN: String read write;

 

String DN { get; set; }

 

var DN: String { get{} set{} }

 

Property DN() As String

Instance Methods


constructor

Creates a new instance of this object.

 

constructor

 

LdapObject()

 

init()

 

Sub New()

constructor (String)

 

constructor(dn: String)

 

LdapObject(String dn)

 

init(_ dn: String)

 

Sub New(dn As String)

Parameters:

  • dn: