Exemplo n.º 1
0
 public LdapException(ILdapResult result)
     : this(result.ResultCode, result.DiagnosticMessage)
 {
 }
Exemplo n.º 2
0
 public static string[] GetReferrals(this ILdapResult source, ReadOnlyMemory <byte>[] referral)
 {
     return(GetReferrals(referral));
 }