Class LdapModifyRequest
Represents a LDAP Modification Request Message.
Inherited Members
Namespace: Swan.Ldap
Syntax
public sealed class LdapModifyRequest : LdapMessage
Constructors
LdapModifyRequest(String, LdapModification[], LdapControl[])
Initializes a new instance of the LdapModifyRequest class.
Declaration
public LdapModifyRequest(string dn, LdapModification[] modifications, LdapControl[] control)
Parameters
| Type | Name | Description |
|---|---|---|
| String | dn | The dn. |
| LdapModification[] | modifications | The modifications. |
| LdapControl[] | control | The control. |
Properties
DN
Gets the dn.
Declaration
public string DN { get; }
Property Value
| Type | Description |
|---|---|
| String | The dn. |
Methods
ToString()
Returns a String that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | A String that represents this instance. |