C# Class Novell.Directory.Ldap.Rfc2251.RfcMatchingRuleAssertion

Represents an Ldap Matching Rule Assertion.
 MatchingRuleAssertion ::= SEQUENCE { matchingRule    [1] MatchingRuleId OPTIONAL, type            [2] AttributeDescription OPTIONAL, matchValue      [3] AssertionValue, dnAttributes    [4] BOOLEAN DEFAULT FALSE } 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Sequence
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
RfcMatchingRuleAssertion ( RfcAssertionValue matchValue ) : System

Creates a MatchingRuleAssertion with the only required parameter.

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

Creates a MatchingRuleAssertion. The value null may be passed for an optional value that is not used.

Method Details

RfcMatchingRuleAssertion() public method

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

RfcMatchingRuleAssertion() public method

Creates a MatchingRuleAssertion. The value null may be passed for an optional value that is not used.
public RfcMatchingRuleAssertion ( RfcMatchingRuleId matchingRule, RfcAttributeDescription type, RfcAssertionValue matchValue, Asn1Boolean dnAttributes ) : System
matchingRule RfcMatchingRuleId Optional matching rule. ///
type RfcAttributeDescription Optional attribute description. ///
matchValue RfcAssertionValue The assertion value. ///
dnAttributes Novell.Directory.Ldap.Asn1.Asn1Boolean Asn1Boolean value. (default false) ///
return System