Beispiel #1
0
 /// <summary>
 ///     Returns the attributes matching the specified attrName.
 /// </summary>
 /// <param name="attrName">
 ///     The name of the attribute or attributes to return.
 /// </param>
 /// <returns>
 ///     An array of LdapAttribute objects.
 /// </returns>
 public virtual LdapAttribute GetAttribute(string attrName)
 => Attrs.GetAttribute(attrName);
Beispiel #2
0
 /// <summary>
 /// Returns the attributes matching the specified attrName.
 /// </summary>
 /// <param name="attrName">The name of the attribute or attributes to return.</param>
 /// <returns>
 /// An array of LdapAttribute objects.
 /// </returns>
 public LdapAttribute GetAttribute(string attrName) => _attrs.GetAttribute(attrName);