Represents an Ldap Matching Rule Assertion.
///
///
/// MatchingRuleAssertion ::= SEQUENCE {
/// matchingRule [1] MatchingRuleId OPTIONAL,
/// type [2] AttributeDescription OPTIONAL,
/// matchValue [3] AssertionValue,
/// dnAttributes [4] BOOLEAN DEFAULT FALSE }
///
///
public class RfcMatchingRuleAssertion:Asn1Sequence
{
//*************************************************************************
// Constructors for MatchingRuleAssertion
//*************************************************************************
///