1 // Licensed to the .NET Foundation under one or more agreements. 2 // The .NET Foundation licenses this file to you under the MIT license. 3 // See the LICENSE file in the project root for more information. 4 5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")] 6 [assembly:System.CLSCompliantAttribute(true)] 7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))] 8 [assembly:System.Reflection.AssemblyCompanyAttribute("Novell, Inc")] 9 [assembly:System.Reflection.AssemblyConfigurationAttribute("")] 10 [assembly:System.Reflection.AssemblyCopyrightAttribute(" (C) 2003 Novell, Inc")] 11 [assembly:System.Reflection.AssemblyDescriptionAttribute("Novell.Directory.Ldap")] 12 [assembly:System.Reflection.AssemblyProductAttribute("")] 13 [assembly:System.Reflection.AssemblyTitleAttribute("C# LDAP")] 14 [assembly:System.Reflection.AssemblyTrademarkAttribute("")] 15 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)] 16 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] 17 public partial class Integer32 18 { Integer32(int ival)19 public Integer32(int ival) { } 20 public int intValue { get { throw null; } set { } } 21 } 22 public partial interface IThreadRunnable 23 { Run()24 void Run(); 25 } 26 public partial class SupportClass 27 { SupportClass()28 public SupportClass() { } CreateNewInstance(System.Type classType)29 public static object CreateNewInstance(System.Type classType) { throw null; } EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target)30 public static bool EqualsSupport(System.Collections.ICollection source, System.Collections.ICollection target) { throw null; } EqualsSupport(System.Collections.ICollection source, object target)31 public static bool EqualsSupport(System.Collections.ICollection source, object target) { throw null; } EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target)32 public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, System.Collections.IDictionaryEnumerator target) { throw null; } EqualsSupport(System.Collections.IDictionaryEnumerator source, object target)33 public static bool EqualsSupport(System.Collections.IDictionaryEnumerator source, object target) { throw null; } FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date)34 public static string FormatDateTime(System.Globalization.DateTimeFormatInfo format, System.DateTime date) { throw null; } GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart)35 public static void GetCharsFromString(string sourceString, int sourceStart, int sourceEnd, ref char[] destinationArray, int destinationStart) { } GetFileStream(string FileName, bool Append)36 public static System.IO.FileStream GetFileStream(string FileName, bool Append) { throw null; } HashtableRemove(System.Collections.Hashtable hashtable, object key)37 public static object HashtableRemove(System.Collections.Hashtable hashtable, object key) { throw null; } Identity(double literal)38 public static double Identity(double literal) { throw null; } Identity(long literal)39 public static long Identity(long literal) { throw null; } Identity(float literal)40 public static float Identity(float literal) { throw null; } 41 [System.CLSCompliantAttribute(false)] Identity(ulong literal)42 public static ulong Identity(ulong literal) { throw null; } PutElement(System.Collections.IDictionary collection, object key, object newValue)43 public static object PutElement(System.Collections.IDictionary collection, object key, object newValue) { throw null; } 44 [System.CLSCompliantAttribute(false)] ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count)45 public static int ReadInput(System.IO.Stream sourceStream, ref sbyte[] target, int start, int count) { throw null; } 46 [System.CLSCompliantAttribute(false)] ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count)47 public static int ReadInput(System.IO.TextReader sourceTextReader, ref sbyte[] target, int start, int count) { throw null; } ReverseStack(System.Collections.ICollection collection)48 public static System.Collections.IEnumerator ReverseStack(System.Collections.ICollection collection) { throw null; } SetSize(System.Collections.ArrayList arrayList, int newSize)49 public static void SetSize(System.Collections.ArrayList arrayList, int newSize) { } StackPush(System.Collections.Stack stack, object element)50 public static object StackPush(System.Collections.Stack stack, object element) { throw null; } ToByteArray(object[] tempObjectArray)51 public static byte[] ToByteArray(object[] tempObjectArray) { throw null; } 52 [System.CLSCompliantAttribute(false)] ToByteArray(sbyte[] sbyteArray)53 public static byte[] ToByteArray(sbyte[] sbyteArray) { throw null; } ToByteArray(string sourceString)54 public static byte[] ToByteArray(string sourceString) { throw null; } ToCharArray(byte[] byteArray)55 public static char[] ToCharArray(byte[] byteArray) { throw null; } 56 [System.CLSCompliantAttribute(false)] ToCharArray(sbyte[] sByteArray)57 public static char[] ToCharArray(sbyte[] sByteArray) { throw null; } 58 [System.CLSCompliantAttribute(false)] ToSByteArray(byte[] byteArray)59 public static sbyte[] ToSByteArray(byte[] byteArray) { throw null; } VectorRemoveElement(System.Collections.IList arrayList, object element)60 public static bool VectorRemoveElement(System.Collections.IList arrayList, object element) { throw null; } WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream)61 public static void WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) { } 62 public partial class AbstractSetSupport : SupportClass.SetSupport 63 { AbstractSetSupport()64 public AbstractSetSupport() { } 65 } 66 public partial class ArrayListSupport 67 { ArrayListSupport()68 public ArrayListSupport() { } ToArray(System.Collections.ArrayList collection, object[] objects)69 public static object[] ToArray(System.Collections.ArrayList collection, object[] objects) { throw null; } 70 } 71 public partial class ArraysSupport 72 { ArraysSupport()73 public ArraysSupport() { } FillArray(System.Array array, int fromindex, int toindex, object val)74 public static void FillArray(System.Array array, int fromindex, int toindex, object val) { } FillArray(System.Array array, object val)75 public static void FillArray(System.Array array, object val) { } IsArrayEqual(System.Array array1, System.Array array2)76 public static bool IsArrayEqual(System.Array array1, System.Array array2) { throw null; } 77 } 78 public partial class CollectionSupport : System.Collections.CollectionBase 79 { CollectionSupport()80 public CollectionSupport() { } Add(object element)81 public virtual bool Add(object element) { throw null; } AddAll(SupportClass.CollectionSupport collection)82 public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; } AddAll(System.Collections.ICollection collection)83 public virtual bool AddAll(System.Collections.ICollection collection) { throw null; } Contains(object element)84 public virtual bool Contains(object element) { throw null; } ContainsAll(SupportClass.CollectionSupport collection)85 public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; } ContainsAll(System.Collections.ICollection collection)86 public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; } IsEmpty()87 public virtual bool IsEmpty() { throw null; } Remove(object element)88 public virtual bool Remove(object element) { throw null; } RemoveAll(SupportClass.CollectionSupport collection)89 public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; } RemoveAll(System.Collections.ICollection collection)90 public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; } RetainAll(SupportClass.CollectionSupport collection)91 public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; } RetainAll(System.Collections.ICollection collection)92 public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; } ToArray()93 public virtual object[] ToArray() { throw null; } ToArray(object[] objects)94 public virtual object[] ToArray(object[] objects) { throw null; } ToCollectionSupport(object[] array)95 public static SupportClass.CollectionSupport ToCollectionSupport(object[] array) { throw null; } 96 } 97 public partial class DateTimeFormatManager 98 { 99 public static SupportClass.DateTimeFormatManager.DateTimeFormatHashTable manager; DateTimeFormatManager()100 public DateTimeFormatManager() { } 101 public partial class DateTimeFormatHashTable : System.Collections.Hashtable 102 { DateTimeFormatHashTable()103 public DateTimeFormatHashTable() { } GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format)104 public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; } GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format)105 public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format) { throw null; } SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern)106 public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { } SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern)107 public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern) { } 108 } 109 } 110 public partial class ListCollectionSupport : System.Collections.ArrayList 111 { ListCollectionSupport()112 public ListCollectionSupport() { } ListCollectionSupport(System.Collections.ICollection collection)113 public ListCollectionSupport(System.Collections.ICollection collection) { } ListCollectionSupport(int capacity)114 public ListCollectionSupport(int capacity) { } Add(object valueToInsert)115 public virtual new bool Add(object valueToInsert) { throw null; } AddAll(SupportClass.CollectionSupport collection)116 public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; } AddAll(System.Collections.IList collection)117 public virtual bool AddAll(System.Collections.IList collection) { throw null; } AddAll(int index, SupportClass.CollectionSupport collection)118 public virtual bool AddAll(int index, SupportClass.CollectionSupport collection) { throw null; } AddAll(int index, System.Collections.IList list)119 public virtual bool AddAll(int index, System.Collections.IList list) { throw null; } ContainsAll(SupportClass.CollectionSupport collection)120 public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; } ContainsAll(System.Collections.ICollection collection)121 public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; } Get(int index)122 public virtual object Get(int index) { throw null; } GetLast()123 public virtual object GetLast() { throw null; } IsEmpty()124 public virtual bool IsEmpty() { throw null; } ListCollectionClone()125 public virtual object ListCollectionClone() { throw null; } ListIterator()126 public virtual System.Collections.IEnumerator ListIterator() { throw null; } ListIterator(int index)127 public virtual System.Collections.IEnumerator ListIterator(int index) { throw null; } RemoveAll(SupportClass.CollectionSupport collection)128 public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; } RemoveAll(System.Collections.ICollection collection)129 public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; } RemoveElement(int index)130 public virtual object RemoveElement(int index) { throw null; } RemoveElement(object element)131 public virtual bool RemoveElement(object element) { throw null; } RemoveFirst()132 public virtual object RemoveFirst() { throw null; } RemoveLast()133 public virtual object RemoveLast() { throw null; } RetainAll(SupportClass.CollectionSupport collection)134 public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; } RetainAll(System.Collections.ICollection collection)135 public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; } Set(int index, object element)136 public virtual object Set(int index, object element) { throw null; } SubList(int startIndex, int endIndex)137 public virtual SupportClass.ListCollectionSupport SubList(int startIndex, int endIndex) { throw null; } ToArray(object[] objects)138 public virtual object[] ToArray(object[] objects) { throw null; } 139 } 140 public partial class MessageDigestSupport 141 { MessageDigestSupport(string algorithm)142 public MessageDigestSupport(string algorithm) { } 143 public System.Security.Cryptography.HashAlgorithm Algorithm { get { throw null; } set { } } 144 public string AlgorithmName { get { throw null; } } 145 public byte[] Data { get { throw null; } set { } } 146 [System.CLSCompliantAttribute(false)] DigestData()147 public sbyte[] DigestData() { throw null; } 148 [System.CLSCompliantAttribute(false)] DigestData(byte[] newData)149 public sbyte[] DigestData(byte[] newData) { throw null; } 150 [System.CLSCompliantAttribute(false)] EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest)151 public static bool EquivalentDigest(sbyte[] firstDigest, sbyte[] secondDigest) { throw null; } GetInstance(string algorithm)152 public static SupportClass.MessageDigestSupport GetInstance(string algorithm) { throw null; } Reset()153 public void Reset() { } ToString()154 public override string ToString() { throw null; } Update(byte newData)155 public void Update(byte newData) { } Update(byte[] newData)156 public void Update(byte[] newData) { } Update(byte[] newData, int offset, int count)157 public void Update(byte[] newData, int offset, int count) { } 158 } 159 public partial class SecureRandomSupport 160 { SecureRandomSupport()161 public SecureRandomSupport() { } SecureRandomSupport(byte[] seed)162 public SecureRandomSupport(byte[] seed) { } GetSeed(int numberOfBytes)163 public static byte[] GetSeed(int numberOfBytes) { throw null; } 164 [System.CLSCompliantAttribute(false)] NextBytes(byte[] randomnumbersarray)165 public sbyte[] NextBytes(byte[] randomnumbersarray) { throw null; } SetSeed(byte[] newSeed)166 public void SetSeed(byte[] newSeed) { } SetSeed(long newSeed)167 public void SetSeed(long newSeed) { } 168 } 169 public partial class SetSupport : System.Collections.ArrayList 170 { SetSupport()171 public SetSupport() { } SetSupport(System.Collections.ICollection collection)172 public SetSupport(System.Collections.ICollection collection) { } SetSupport(int capacity)173 public SetSupport(int capacity) { } Add(object objectToAdd)174 public virtual new bool Add(object objectToAdd) { throw null; } AddAll(SupportClass.CollectionSupport collection)175 public virtual bool AddAll(SupportClass.CollectionSupport collection) { throw null; } AddAll(System.Collections.ICollection collection)176 public virtual bool AddAll(System.Collections.ICollection collection) { throw null; } ContainsAll(SupportClass.CollectionSupport collection)177 public virtual bool ContainsAll(SupportClass.CollectionSupport collection) { throw null; } ContainsAll(System.Collections.ICollection collection)178 public virtual bool ContainsAll(System.Collections.ICollection collection) { throw null; } IsEmpty()179 public virtual bool IsEmpty() { throw null; } Remove(object elementToRemove)180 public virtual new bool Remove(object elementToRemove) { throw null; } RemoveAll(SupportClass.CollectionSupport collection)181 public virtual bool RemoveAll(SupportClass.CollectionSupport collection) { throw null; } RemoveAll(System.Collections.ICollection collection)182 public virtual bool RemoveAll(System.Collections.ICollection collection) { throw null; } RetainAll(SupportClass.CollectionSupport collection)183 public virtual bool RetainAll(SupportClass.CollectionSupport collection) { throw null; } RetainAll(System.Collections.ICollection collection)184 public virtual bool RetainAll(System.Collections.ICollection collection) { throw null; } ToArray()185 public virtual new object[] ToArray() { throw null; } ToArray(object[] objects)186 public virtual object[] ToArray(object[] objects) { throw null; } 187 } 188 public partial interface SingleThreadModel 189 { 190 } 191 public partial class ThreadClass : IThreadRunnable 192 { ThreadClass()193 public ThreadClass() { } ThreadClass(string Name)194 public ThreadClass(string Name) { } ThreadClass(System.Threading.ThreadStart Start)195 public ThreadClass(System.Threading.ThreadStart Start) { } ThreadClass(System.Threading.ThreadStart Start, string Name)196 public ThreadClass(System.Threading.ThreadStart Start, string Name) { } 197 public System.Threading.Thread Instance { get { throw null; } set { } } 198 public bool IsAlive { get { throw null; } } 199 public bool IsBackground { get { throw null; } set { } } 200 public string Name { get { throw null; } set { } } 201 public System.Threading.ThreadPriority Priority { get { throw null; } set { } } Abort()202 public void Abort() { } Abort(object stateInfo)203 public void Abort(object stateInfo) { } Current()204 public static SupportClass.ThreadClass Current() { throw null; } Interrupt()205 public virtual void Interrupt() { } Join()206 public void Join() { } Join(long MiliSeconds)207 public void Join(long MiliSeconds) { } Join(long MiliSeconds, int NanoSeconds)208 public void Join(long MiliSeconds, int NanoSeconds) { } Resume()209 public void Resume() { } Run()210 public virtual void Run() { } Start()211 public virtual void Start() { } Suspend()212 public void Suspend() { } ToString()213 public override string ToString() { throw null; } 214 } 215 public partial class Tokenizer 216 { Tokenizer(string source)217 public Tokenizer(string source) { } Tokenizer(string source, string delimiters)218 public Tokenizer(string source, string delimiters) { } Tokenizer(string source, string delimiters, bool retDel)219 public Tokenizer(string source, string delimiters, bool retDel) { } 220 public int Count { get { throw null; } } HasMoreTokens()221 public bool HasMoreTokens() { throw null; } NextToken()222 public string NextToken() { throw null; } NextToken(string delimiters)223 public string NextToken(string delimiters) { throw null; } 224 } 225 } 226 namespace Novell.Directory.Ldap 227 { 228 public enum AuthenticationTypes 229 { 230 Anonymous = 16, 231 Delegation = 256, 232 Encryption = 2, 233 FastBind = 32, 234 None = 0, 235 ReadonlyServer = 4, 236 Sealing = 128, 237 Secure = 1, 238 SecureSocketsLayer = 2, 239 ServerBind = 512, 240 Signing = 64, 241 } CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors)242 public delegate bool CertificateValidationCallback(System.Security.Cryptography.X509Certificates.X509Certificate certificate, int[] certificateErrors); 243 public partial class InterThreadException : Novell.Directory.Ldap.LdapException 244 { InterThreadException()245 internal InterThreadException() { } 246 } 247 public partial class LdapAbandonRequest : Novell.Directory.Ldap.LdapMessage 248 { LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont)249 public LdapAbandonRequest(int id, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { } 250 } 251 public partial class LdapAddRequest : Novell.Directory.Ldap.LdapMessage 252 { LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont)253 public LdapAddRequest(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { } 254 public virtual Novell.Directory.Ldap.LdapEntry Entry { get { throw null; } } ToString()255 public override string ToString() { throw null; } 256 } 257 public partial class LdapAttribute : System.ICloneable, System.IComparable 258 { LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr)259 public LdapAttribute(Novell.Directory.Ldap.LdapAttribute attr) { } LdapAttribute(string attrName)260 public LdapAttribute(string attrName) { } 261 [System.CLSCompliantAttribute(false)] LdapAttribute(string attrName, sbyte[] attrBytes)262 public LdapAttribute(string attrName, sbyte[] attrBytes) { } LdapAttribute(string attrName, string attrString)263 public LdapAttribute(string attrName, string attrString) { } LdapAttribute(string attrName, string[] attrStrings)264 public LdapAttribute(string attrName, string[] attrStrings) { } 265 [System.CLSCompliantAttribute(false)] 266 public virtual sbyte[] ByteValue { get { throw null; } } 267 [System.CLSCompliantAttribute(false)] 268 public virtual sbyte[][] ByteValueArray { get { throw null; } } 269 public virtual System.Collections.IEnumerator ByteValues { get { throw null; } } 270 public virtual string LangSubtype { get { throw null; } } 271 public virtual string Name { get { throw null; } } 272 public virtual string StringValue { get { throw null; } } 273 public virtual string[] StringValueArray { get { throw null; } } 274 public virtual System.Collections.IEnumerator StringValues { get { throw null; } } 275 protected internal virtual string Value { set { } } addBase64Value(char[] attrChars)276 public virtual void addBase64Value(char[] attrChars) { } addBase64Value(string attrString)277 public virtual void addBase64Value(string attrString) { } addBase64Value(System.Text.StringBuilder attrString, int start, int end)278 public virtual void addBase64Value(System.Text.StringBuilder attrString, int start, int end) { } addURLValue(string url)279 public virtual void addURLValue(string url) { } addURLValue(System.Uri url)280 public virtual void addURLValue(System.Uri url) { } 281 [System.CLSCompliantAttribute(false)] addValue(sbyte[] attrBytes)282 public virtual void addValue(sbyte[] attrBytes) { } addValue(string attrString)283 public virtual void addValue(string attrString) { } Clone()284 public object Clone() { throw null; } CompareTo(object attribute)285 public virtual int CompareTo(object attribute) { throw null; } getBaseName()286 public virtual string getBaseName() { throw null; } getBaseName(string attrName)287 public static string getBaseName(string attrName) { throw null; } getSubtypes()288 public virtual string[] getSubtypes() { throw null; } getSubtypes(string attrName)289 public static string[] getSubtypes(string attrName) { throw null; } hasSubtype(string subtype)290 public virtual bool hasSubtype(string subtype) { throw null; } hasSubtypes(string[] subtypes)291 public virtual bool hasSubtypes(string[] subtypes) { throw null; } 292 [System.CLSCompliantAttribute(false)] removeValue(sbyte[] attrBytes)293 public virtual void removeValue(sbyte[] attrBytes) { } removeValue(string attrString)294 public virtual void removeValue(string attrString) { } size()295 public virtual int size() { throw null; } ToString()296 public override string ToString() { throw null; } 297 } 298 public partial class LdapAttributeSchema : Novell.Directory.Ldap.LdapSchemaElement 299 { 300 public const int DIRECTORY_OPERATION = 1; 301 public const int DISTRIBUTED_OPERATION = 2; 302 public const int DSA_OPERATION = 3; 303 public const int USER_APPLICATIONS = 0; LdapAttributeSchema(string raw)304 public LdapAttributeSchema(string raw) : base (default(string)) { } LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage)305 public LdapAttributeSchema(string[] names, string oid, string description, string syntaxString, bool single, string superior, bool obsolete, string equality, string ordering, string substring, bool collective, bool isUserModifiable, int usage) : base (default(string)) { } 306 public virtual bool Collective { get { throw null; } } 307 public virtual string EqualityMatchingRule { get { throw null; } } 308 public virtual string OrderingMatchingRule { get { throw null; } } 309 public virtual bool SingleValued { get { throw null; } } 310 public virtual string SubstringMatchingRule { get { throw null; } } 311 public virtual string Superior { get { throw null; } } 312 public virtual string SyntaxString { get { throw null; } } 313 public virtual int Usage { get { throw null; } } 314 public virtual bool UserModifiable { get { throw null; } } formatString()315 protected internal override string formatString() { throw null; } 316 } 317 public partial class LdapAttributeSet : SupportClass.AbstractSetSupport, System.ICloneable 318 { LdapAttributeSet()319 public LdapAttributeSet() { } 320 public override int Count { get { throw null; } } Add(object attr)321 public override bool Add(object attr) { throw null; } AddAll(System.Collections.ICollection c)322 public override bool AddAll(System.Collections.ICollection c) { throw null; } Clear()323 public override void Clear() { } Clone()324 public override object Clone() { throw null; } Contains(object attr)325 public override bool Contains(object attr) { throw null; } getAttribute(string attrName)326 public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; } getAttribute(string attrName, string lang)327 public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName, string lang) { throw null; } GetEnumerator()328 public override System.Collections.IEnumerator GetEnumerator() { throw null; } getSubset(string subtype)329 public virtual Novell.Directory.Ldap.LdapAttributeSet getSubset(string subtype) { throw null; } IsEmpty()330 public override bool IsEmpty() { throw null; } Remove(object object_Renamed)331 public override bool Remove(object object_Renamed) { throw null; } ToString()332 public override string ToString() { throw null; } 333 } 334 public partial interface LdapAuthHandler : Novell.Directory.Ldap.LdapReferralHandler 335 { getAuthProvider(string host, int port)336 Novell.Directory.Ldap.LdapAuthProvider getAuthProvider(string host, int port); 337 } 338 public partial class LdapAuthProvider 339 { 340 [System.CLSCompliantAttribute(false)] LdapAuthProvider(string dn, sbyte[] password)341 public LdapAuthProvider(string dn, sbyte[] password) { } 342 public virtual string DN { get { throw null; } } 343 [System.CLSCompliantAttribute(false)] 344 public virtual sbyte[] Password { get { throw null; } } 345 } 346 public partial interface LdapBindHandler : Novell.Directory.Ldap.LdapReferralHandler 347 { Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn)348 Novell.Directory.Ldap.LdapConnection Bind(string[] ldapurl, Novell.Directory.Ldap.LdapConnection conn); 349 } 350 public partial class LdapBindRequest : Novell.Directory.Ldap.LdapMessage 351 { 352 [System.CLSCompliantAttribute(false)] LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont)353 public LdapBindRequest(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { } 354 [System.CLSCompliantAttribute(false)] LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont)355 public LdapBindRequest(int version, string dn, string mechanism, sbyte[] credentials, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { } 356 public virtual string AuthenticationDN { get { throw null; } } ToString()357 public override string ToString() { throw null; } 358 } 359 public partial class LdapCompareAttrNames : System.Collections.IComparer 360 { LdapCompareAttrNames(string attrName)361 public LdapCompareAttrNames(string attrName) { } LdapCompareAttrNames(string attrName, bool ascendingFlag)362 public LdapCompareAttrNames(string attrName, bool ascendingFlag) { } LdapCompareAttrNames(string[] attrNames)363 public LdapCompareAttrNames(string[] attrNames) { } LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags)364 public LdapCompareAttrNames(string[] attrNames, bool[] ascendingFlags) { } 365 public virtual System.Globalization.CultureInfo Locale { get { throw null; } set { } } Compare(object object1, object object2)366 public virtual int Compare(object object1, object object2) { throw null; } Equals(object comparator)367 public override bool Equals(object comparator) { throw null; } 368 } 369 public partial class LdapCompareRequest : Novell.Directory.Ldap.LdapMessage 370 { 371 [System.CLSCompliantAttribute(false)] LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont)372 public LdapCompareRequest(string dn, string name, sbyte[] value_Renamed, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { } 373 [System.CLSCompliantAttribute(false)] 374 public virtual sbyte[] AssertionValue { get { throw null; } } 375 public virtual string AttributeDescription { get { throw null; } } 376 public virtual string DN { get { throw null; } } 377 } 378 public partial class LdapConnection : System.ICloneable 379 { 380 public const string ALL_USER_ATTRS = "*"; 381 public const int DEFAULT_PORT = 389; 382 public const int DEFAULT_SSL_PORT = 636; 383 public const string Ldap_PROPERTY_PROTOCOL = "version.protocol"; 384 public const string Ldap_PROPERTY_SDK = "version.sdk"; 385 public const string Ldap_PROPERTY_SECURITY = "version.security"; 386 public const int Ldap_V3 = 3; 387 public const string NO_ATTRS = "1.1"; 388 public const int SCOPE_BASE = 0; 389 public const int SCOPE_ONE = 1; 390 public const int SCOPE_SUB = 2; 391 public const string SERVER_SHUTDOWN_OID = "1.3.6.1.4.1.1466.20036"; LdapConnection()392 public LdapConnection() { } 393 public virtual string AuthenticationDN { get { throw null; } } 394 public virtual string AuthenticationMethod { get { throw null; } } 395 public virtual bool Bound { get { throw null; } } 396 public virtual bool Connected { get { throw null; } } 397 public virtual Novell.Directory.Ldap.LdapConstraints Constraints { get { throw null; } set { } } 398 public virtual string Host { get { throw null; } } 399 public virtual int Port { get { throw null; } } 400 public virtual int ProtocolVersion { get { throw null; } } 401 public virtual Novell.Directory.Ldap.LdapControl[] ResponseControls { get { throw null; } } 402 public virtual object SaslBindCallbackHandler { get { throw null; } } 403 public virtual System.Collections.IDictionary SaslBindProperties { get { throw null; } } 404 public virtual Novell.Directory.Ldap.LdapSearchConstraints SearchConstraints { get { throw null; } } 405 public bool SecureSocketLayer { get { throw null; } set { } } 406 public virtual bool TLS { get { throw null; } } 407 public event Novell.Directory.Ldap.CertificateValidationCallback UserDefinedServerCertValidationDelegate { add { } remove { } } Abandon(Novell.Directory.Ldap.LdapMessageQueue queue)408 public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue) { } Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons)409 public virtual void Abandon(Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { } Abandon(Novell.Directory.Ldap.LdapSearchResults results)410 public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results) { } Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons)411 public virtual void Abandon(Novell.Directory.Ldap.LdapSearchResults results, Novell.Directory.Ldap.LdapConstraints cons) { } Abandon(int id)412 public virtual void Abandon(int id) { } Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons)413 public virtual void Abandon(int id, Novell.Directory.Ldap.LdapConstraints cons) { } Add(Novell.Directory.Ldap.LdapEntry entry)414 public virtual void Add(Novell.Directory.Ldap.LdapEntry entry) { } Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons)415 public virtual void Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapConstraints cons) { } Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue)416 public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)417 public virtual Novell.Directory.Ldap.LdapResponseQueue Add(Novell.Directory.Ldap.LdapEntry entry, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener)418 public virtual void AddUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { } 419 [System.CLSCompliantAttribute(false)] Bind(int version, string dn, sbyte[] passwd)420 public virtual void Bind(int version, string dn, sbyte[] passwd) { } 421 [System.CLSCompliantAttribute(false)] Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons)422 public virtual void Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapConstraints cons) { } 423 [System.CLSCompliantAttribute(false)] Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue)424 public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } 425 [System.CLSCompliantAttribute(false)] Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech)426 public virtual Novell.Directory.Ldap.LdapResponseQueue Bind(int version, string dn, sbyte[] passwd, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons, string mech) { throw null; } Bind(int version, string dn, string passwd)427 public virtual void Bind(int version, string dn, string passwd) { } Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons)428 public virtual void Bind(int version, string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { } Bind(string dn, string passwd)429 public virtual void Bind(string dn, string passwd) { } Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes)430 public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.AuthenticationTypes authenticationTypes) { } Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons)431 public virtual void Bind(string dn, string passwd, Novell.Directory.Ldap.LdapConstraints cons) { } Clone()432 public object Clone() { throw null; } Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr)433 public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr) { throw null; } Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons)434 public virtual bool Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue)435 public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)436 public virtual Novell.Directory.Ldap.LdapResponseQueue Compare(string dn, Novell.Directory.Ldap.LdapAttribute attr, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Connect(string host, int port)437 public virtual void Connect(string host, int port) { } Delete(string dn)438 public virtual void Delete(string dn) { } Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons)439 public virtual void Delete(string dn, Novell.Directory.Ldap.LdapConstraints cons) { } Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue)440 public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)441 public virtual Novell.Directory.Ldap.LdapResponseQueue Delete(string dn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Disconnect()442 public virtual void Disconnect() { } Disconnect(Novell.Directory.Ldap.LdapConstraints cons)443 public virtual void Disconnect(Novell.Directory.Ldap.LdapConstraints cons) { } ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op)444 public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op) { throw null; } ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons)445 public virtual Novell.Directory.Ldap.LdapExtendedResponse ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue)446 public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue)447 public virtual Novell.Directory.Ldap.LdapResponseQueue ExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } FetchSchema(string schemaDN)448 public virtual Novell.Directory.Ldap.LdapSchema FetchSchema(string schemaDN) { throw null; } ~LdapConnection()449 ~LdapConnection() { } getProperty(string name)450 public virtual object getProperty(string name) { throw null; } GetSchemaDN()451 public virtual string GetSchemaDN() { throw null; } GetSchemaDN(string dn)452 public virtual string GetSchemaDN(string dn) { throw null; } MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons)453 protected internal virtual Novell.Directory.Ldap.LdapMessage MakeExtendedOperation(Novell.Directory.Ldap.LdapExtendedOperation op, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Modify(string dn, Novell.Directory.Ldap.LdapModification mod)454 public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod) { } Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons)455 public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapConstraints cons) { } Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue)456 public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)457 public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification mod, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods)458 public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods) { } Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons)459 public virtual void Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapConstraints cons) { } Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue)460 public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)461 public virtual Novell.Directory.Ldap.LdapResponseQueue Modify(string dn, Novell.Directory.Ldap.LdapModification[] mods, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Read(Novell.Directory.Ldap.LdapUrl toGet)462 public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet) { throw null; } Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons)463 public static Novell.Directory.Ldap.LdapEntry Read(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; } Read(string dn)464 public virtual Novell.Directory.Ldap.LdapEntry Read(string dn) { throw null; } Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons)465 public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; } Read(string dn, string[] attrs)466 public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs) { throw null; } Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons)467 public virtual Novell.Directory.Ldap.LdapEntry Read(string dn, string[] attrs, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; } RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener)468 public virtual void RemoveUnsolicitedNotificationListener(Novell.Directory.Ldap.LdapUnsolicitedNotificationListener listener) { } Rename(string dn, string newRdn, bool deleteOldRdn)469 public virtual void Rename(string dn, string newRdn, bool deleteOldRdn) { } Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons)470 public virtual void Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { } Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue)471 public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)472 public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn)473 public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn) { } Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons)474 public virtual void Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapConstraints cons) { } Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue)475 public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue) { throw null; } Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons)476 public virtual Novell.Directory.Ldap.LdapResponseQueue Rename(string dn, string newRdn, string newParentdn, bool deleteOldRdn, Novell.Directory.Ldap.LdapResponseQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } Search(Novell.Directory.Ldap.LdapUrl toGet)477 public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet) { throw null; } Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons)478 public static Novell.Directory.Ldap.LdapSearchResults Search(Novell.Directory.Ldap.LdapUrl toGet, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; } Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly)479 public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly) { throw null; } Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons)480 public virtual Novell.Directory.Ldap.LdapSearchResults Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; } Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue)481 public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue) { throw null; } Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons)482 public virtual Novell.Directory.Ldap.LdapSearchQueue Search(string base_Renamed, int scope, string filter, string[] attrs, bool typesOnly, Novell.Directory.Ldap.LdapSearchQueue queue, Novell.Directory.Ldap.LdapSearchConstraints cons) { throw null; } SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue)483 public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue) { throw null; } SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons)484 public virtual Novell.Directory.Ldap.LdapMessageQueue SendRequest(Novell.Directory.Ldap.LdapMessage request, Novell.Directory.Ldap.LdapMessageQueue queue, Novell.Directory.Ldap.LdapConstraints cons) { throw null; } startTLS()485 public virtual void startTLS() { } stopTLS()486 public virtual void stopTLS() { } 487 } 488 public partial class LdapConstraints : System.ICloneable 489 { LdapConstraints()490 public LdapConstraints() { } LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit)491 public LdapConstraints(int msLimit, bool doReferrals, Novell.Directory.Ldap.LdapReferralHandler handler, int hop_limit) { } 492 public virtual int HopLimit { get { throw null; } set { } } 493 public virtual bool ReferralFollowing { get { throw null; } set { } } 494 public virtual int TimeLimit { get { throw null; } set { } } Clone()495 public object Clone() { throw null; } getControls()496 public virtual Novell.Directory.Ldap.LdapControl[] getControls() { throw null; } getProperty(string name)497 public virtual object getProperty(string name) { throw null; } setControls(Novell.Directory.Ldap.LdapControl control)498 public virtual void setControls(Novell.Directory.Ldap.LdapControl control) { } setControls(Novell.Directory.Ldap.LdapControl[] controls)499 public virtual void setControls(Novell.Directory.Ldap.LdapControl[] controls) { } setProperty(string name, object value_Renamed)500 public virtual void setProperty(string name, object value_Renamed) { } setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler)501 public virtual void setReferralHandler(Novell.Directory.Ldap.LdapReferralHandler handler) { } 502 } 503 public partial class LdapControl : System.ICloneable 504 { LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control)505 protected internal LdapControl(Novell.Directory.Ldap.Rfc2251.RfcControl control) { } 506 [System.CLSCompliantAttribute(false)] LdapControl(string oid, bool critical, sbyte[] values)507 public LdapControl(string oid, bool critical, sbyte[] values) { } 508 public virtual bool Critical { get { throw null; } } 509 public virtual string ID { get { throw null; } } Clone()510 public object Clone() { throw null; } 511 [System.CLSCompliantAttribute(false)] getValue()512 public virtual sbyte[] getValue() { throw null; } register(string oid, System.Type controlClass)513 public static void register(string oid, System.Type controlClass) { } 514 [System.CLSCompliantAttribute(false)] setValue(sbyte[] controlValue)515 protected internal virtual void setValue(sbyte[] controlValue) { } 516 } 517 public partial class LdapDeleteRequest : Novell.Directory.Ldap.LdapMessage 518 { LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont)519 public LdapDeleteRequest(string dn, Novell.Directory.Ldap.LdapControl[] cont) : base (default(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage)) { } 520 public virtual string DN { get { throw null; } } ToString()521 public override string ToString() { throw null; } 522 } 523 public partial class LdapDITContentRuleSchema : Novell.Directory.Ldap.LdapSchemaElement 524 { LdapDITContentRuleSchema(string raw)525 public LdapDITContentRuleSchema(string raw) : base (default(string)) { } LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded)526 public LdapDITContentRuleSchema(string[] names, string oid, string description, bool obsolete, string[] auxiliary, string[] required, string[] optional, string[] precluded) : base (default(string)) { } 527 public virtual string[] AuxiliaryClasses { get { throw null; } } 528 public virtual string[] OptionalAttributes { get { throw null; } } 529 public virtual string[] PrecludedAttributes { get { throw null; } } 530 public virtual string[] RequiredAttributes { get { throw null; } } formatString()531 protected internal override string formatString() { throw null; } 532 } 533 public partial class LdapDITStructureRuleSchema : Novell.Directory.Ldap.LdapSchemaElement 534 { LdapDITStructureRuleSchema(string raw)535 public LdapDITStructureRuleSchema(string raw) : base (default(string)) { } LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs)536 public LdapDITStructureRuleSchema(string[] names, int ruleID, string description, bool obsolete, string nameForm, string[] superiorIDs) : base (default(string)) { } 537 public virtual string NameForm { get { throw null; } } 538 public virtual int RuleID { get { throw null; } } 539 public virtual string[] Superiors { get { throw null; } } formatString()540 protected internal override string formatString() { throw null; } 541 } 542 public partial class LdapDN 543 { LdapDN()544 public LdapDN() { } 545 [System.CLSCompliantAttribute(false)] equals(string dn1, string dn2)546 public static bool equals(string dn1, string dn2) { throw null; } escapeRDN(string rdn)547 public static string escapeRDN(string rdn) { throw null; } explodeDN(string dn, bool noTypes)548 public static string[] explodeDN(string dn, bool noTypes) { throw null; } explodeRDN(string rdn, bool noTypes)549 public static string[] explodeRDN(string rdn, bool noTypes) { throw null; } isValid(string dn)550 public static bool isValid(string dn) { throw null; } normalize(string dn)551 public static string normalize(string dn) { throw null; } unescapeRDN(string rdn)552 public static string unescapeRDN(string rdn) { throw null; } 553 } 554 [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)] 555 public partial struct LdapDSConstants 556 { 557 public static readonly int LDAP_DS_40X_REFERENCE_ENTRY; 558 public static readonly int LDAP_DS_ALIAS_ENTRY; 559 public static readonly long LDAP_DS_ATTR_COMPARE; 560 public static readonly long LDAP_DS_ATTR_INHERIT_CTL; 561 public static readonly long LDAP_DS_ATTR_READ; 562 public static readonly long LDAP_DS_ATTR_SELF; 563 public static readonly long LDAP_DS_ATTR_SUPERVISOR; 564 public static readonly long LDAP_DS_ATTR_WRITE; 565 public static readonly int LDAP_DS_AUDITED; 566 public static readonly int LDAP_DS_BACKLINKED; 567 public static readonly int LDAP_DS_CONTAINER_ALIAS; 568 public static readonly int LDAP_DS_CONTAINER_ENTRY; 569 public static readonly long LDAP_DS_DYNAMIC_ACL; 570 public static readonly long LDAP_DS_ENTRY_ADD; 571 public static readonly long LDAP_DS_ENTRY_BROWSE; 572 public static readonly int LDAP_DS_ENTRY_DAMAGED; 573 public static readonly long LDAP_DS_ENTRY_DELETE; 574 public static readonly long LDAP_DS_ENTRY_INHERIT_CTL; 575 public static readonly int LDAP_DS_ENTRY_NOT_PRESENT; 576 public static readonly long LDAP_DS_ENTRY_RENAME; 577 public static readonly long LDAP_DS_ENTRY_SUPERVISOR; 578 public static readonly int LDAP_DS_ENTRY_VERIFY_CTS; 579 public static readonly int LDAP_DS_MATCHES_LIST_FILTER; 580 public static readonly int LDAP_DS_NEW_ENTRY; 581 public static readonly int LDAP_DS_PARTITION_ROOT; 582 public static readonly int LDAP_DS_REFERENCE_ENTRY; 583 public static readonly int LDAP_DS_TEMPORARY_REFERENCE; 584 } 585 public partial class LdapEntry : System.IComparable 586 { 587 protected internal Novell.Directory.Ldap.LdapAttributeSet attrs; 588 protected internal string dn; LdapEntry()589 public LdapEntry() { } LdapEntry(string dn)590 public LdapEntry(string dn) { } LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs)591 public LdapEntry(string dn, Novell.Directory.Ldap.LdapAttributeSet attrs) { } 592 [System.CLSCompliantAttribute(false)] 593 public virtual string DN { get { throw null; } } CompareTo(object entry)594 public virtual int CompareTo(object entry) { throw null; } getAttribute(string attrName)595 public virtual Novell.Directory.Ldap.LdapAttribute getAttribute(string attrName) { throw null; } getAttributeSet()596 public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet() { throw null; } getAttributeSet(string subtype)597 public virtual Novell.Directory.Ldap.LdapAttributeSet getAttributeSet(string subtype) { throw null; } ToString()598 public override string ToString() { throw null; } 599 } 600 public partial class LdapException : System.Exception 601 { 602 public const int ADMIN_LIMIT_EXCEEDED = 11; 603 public const int AFFECTS_MULTIPLE_DSAS = 71; 604 public const int ALIAS_DEREFERENCING_PROBLEM = 36; 605 public const int ALIAS_PROBLEM = 33; 606 public const int AMBIGUOUS_RESPONSE = 101; 607 public const int ATTRIBUTE_OR_VALUE_EXISTS = 20; 608 public const int AUTH_METHOD_NOT_SUPPORTED = 7; 609 public const int AUTH_UNKNOWN = 86; 610 public const int BUSY = 51; 611 public const int CLIENT_LOOP = 96; 612 public const int COMPARE_FALSE = 5; 613 public const int COMPARE_TRUE = 6; 614 public const int CONFIDENTIALITY_REQUIRED = 13; 615 public const int CONNECT_ERROR = 91; 616 public const int CONSTRAINT_VIOLATION = 19; 617 public const int CONTROL_NOT_FOUND = 93; 618 public const int DECODING_ERROR = 84; 619 public const int ENCODING_ERROR = 83; 620 public const int ENTRY_ALREADY_EXISTS = 68; 621 public const int FILTER_ERROR = 87; 622 public const int INAPPROPRIATE_AUTHENTICATION = 48; 623 public const int INAPPROPRIATE_MATCHING = 18; 624 public const int INSUFFICIENT_ACCESS_RIGHTS = 50; 625 public const int INVALID_ATTRIBUTE_SYNTAX = 21; 626 public const int INVALID_CREDENTIALS = 49; 627 public const int INVALID_DN_SYNTAX = 34; 628 public const int INVALID_RESPONSE = 100; 629 public const int IS_LEAF = 35; 630 public const int Ldap_NOT_SUPPORTED = 92; 631 public const int Ldap_PARTIAL_RESULTS = 9; 632 public const int Ldap_TIMEOUT = 85; 633 public const int LOCAL_ERROR = 82; 634 public const int LOOP_DETECT = 54; 635 public const int MORE_RESULTS_TO_RETURN = 95; 636 public const int NAMING_VIOLATION = 64; 637 public const int NOT_ALLOWED_ON_NONLEAF = 66; 638 public const int NOT_ALLOWED_ON_RDN = 67; 639 public const int NO_MEMORY = 90; 640 public const int NO_RESULTS_RETURNED = 94; 641 public const int NO_SUCH_ATTRIBUTE = 16; 642 public const int NO_SUCH_OBJECT = 32; 643 public const int OBJECT_CLASS_MODS_PROHIBITED = 69; 644 public const int OBJECT_CLASS_VIOLATION = 65; 645 public const int OPERATIONS_ERROR = 1; 646 public const int OTHER = 80; 647 public const int PROTOCOL_ERROR = 2; 648 public const int REFERRAL = 10; 649 public const int REFERRAL_LIMIT_EXCEEDED = 97; 650 public const int SASL_BIND_IN_PROGRESS = 14; 651 public const int SERVER_DOWN = 81; 652 public const int SIZE_LIMIT_EXCEEDED = 4; 653 public const int SSL_HANDSHAKE_FAILED = 113; 654 public const int SSL_PROVIDER_NOT_FOUND = 114; 655 public const int STRONG_AUTH_REQUIRED = 8; 656 public const int SUCCESS = 0; 657 public const int TIME_LIMIT_EXCEEDED = 3; 658 public const int TLS_NOT_SUPPORTED = 112; 659 public const int UNAVAILABLE = 52; 660 public const int UNAVAILABLE_CRITICAL_EXTENSION = 12; 661 public const int UNDEFINED_ATTRIBUTE_TYPE = 17; 662 public const int UNWILLING_TO_PERFORM = 53; 663 public const int USER_CANCELLED = 88; LdapException()664 public LdapException() { } LdapException(string messageOrKey, int resultCode, string serverMsg)665 public LdapException(string messageOrKey, int resultCode, string serverMsg) { } LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException)666 public LdapException(string messageOrKey, int resultCode, string serverMsg, System.Exception rootException) { } LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN)667 public LdapException(string messageOrKey, int resultCode, string serverMsg, string matchedDN) { } LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg)668 public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg) { } LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException)669 public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, System.Exception rootException) { } LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN)670 public LdapException(string messageOrKey, object[] arguments, int resultCode, string serverMsg, string matchedDN) { } 671 public virtual System.Exception Cause { get { throw null; } } 672 public virtual string LdapErrorMessage { get { throw null; } } 673 public virtual string MatchedDN { get { throw null; } } 674 public override string Message { get { throw null; } } 675 public virtual int ResultCode { get { throw null; } } resultCodeToString()676 public virtual string resultCodeToString() { throw null; } resultCodeToString(System.Globalization.CultureInfo locale)677 public virtual string resultCodeToString(System.Globalization.CultureInfo locale) { throw null; } resultCodeToString(int code)678 public static string resultCodeToString(int code) { throw null; } resultCodeToString(int code, System.Globalization.CultureInfo locale)679