C# Class Novell.Directory.Ldap.LdapBindRequest

Represents a simple bind request.
Inheritance: LdapMessage
Datei anzeigen Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
ToString ( ) : System.String

Return an Asn1 representation of this add request. #return an Asn1 representation of this object.

Private Methods

Method Description
LdapBindRequest ( int version, System dn, sbyte passwd, LdapControl cont ) : System

Method Details

ToString() public method

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