Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleAssertion.RfcMatchingRuleAssertion C# (CSharp) Method

RfcMatchingRuleAssertion() public method

Creates a MatchingRuleAssertion with the only required parameter.
public RfcMatchingRuleAssertion ( RfcAssertionValue matchValue ) : System
matchValue RfcAssertionValue The assertion value. ///
return System
        public RfcMatchingRuleAssertion(RfcAssertionValue matchValue)
            : this(null, null, matchValue, null)
        {
        }

Same methods

RfcMatchingRuleAssertion::RfcMatchingRuleAssertion ( RfcMatchingRuleId matchingRule, RfcAttributeDescription type, RfcAssertionValue matchValue, Asn1Boolean dnAttributes ) : System
RfcMatchingRuleAssertion