Ejemplo n.º 1
0
 public MatchingRuleAssertion(
     MatchingRuleId matchingRule,
     AttributeDescription type,
     AssertionValue matchValue,
     Asn1Boolean dnAttributes)
 {
     this.matchingRule = matchingRule;
     this.type         = type;
     this.matchValue   = matchValue;
     this.dnAttributes = dnAttributes;
 }
 public MatchingRuleAssertion(
     MatchingRuleId matchingRule,
     AttributeDescription type,
     AssertionValue matchValue,
     Asn1Boolean dnAttributes)
 {
     this.matchingRule = matchingRule;
     this.type = type;
     this.matchValue = matchValue;
     this.dnAttributes = dnAttributes;
 }