C# Class Novell.Directory.Ldap.LdapModifyRequest

Modification Request.
Inheritance: LdapMessage
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
LdapModifyRequest ( System dn, LdapModification mods, LdapControl cont ) : System

Constructs an Ldap Modify request.

ToString ( ) : System.String

Return an Asn1 representation of this modify request #return an Asn1 representation of this object

Private Methods

Method Description
encodeModifications ( LdapModification mods ) : Asn1SequenceOf

Encode an array of LdapModifications to ASN.1.

Method Details

LdapModifyRequest() public method

Constructs an Ldap Modify request.
public LdapModifyRequest ( System dn, LdapModification mods, LdapControl cont ) : System
dn System The distinguished name of the entry to modify. /// ///
mods LdapModification The changes to be made to the entry. /// ///
cont LdapControl Any controls that apply to the modify request, /// or null if none. ///
return System

ToString() public method

Return an Asn1 representation of this modify request #return an Asn1 representation of this object
public ToString ( ) : System.String
return System.String