C# Class Novell.Directory.Ldap.LdapModifyRequest

Modification Request.
Inheritance: LdapMessage
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
encodeModifications ( LdapModification mods ) : Asn1SequenceOf

Encode an array of LdapModifications to ASN.1.

Method Details

LdapModifyRequest() public méthode

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. ///
Résultat System

ToString() public méthode

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