Home
last modified time | relevance | path

Searched refs:rfcType (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Rfc2251/
H A DRfcFilter.cs680 …public virtual void addAttributeValueAssertion(int rfcType, System.String attrName, sbyte[] value… in addAttributeValueAssertion() argument
687 …if ((rfcType != EQUALITY_MATCH) && (rfcType != GREATER_OR_EQUAL) && (rfcType != LESS_OR_EQUAL) && … in addAttributeValueAssertion()
691 …Asn1Object current = new Asn1Tagged(new Asn1Identifier(Asn1Identifier.CONTEXT, true, rfcType), new… in addAttributeValueAssertion()
743 public virtual void startNestedFilter(int rfcType) in startNestedFilter() argument
746 if (rfcType == AND || rfcType == OR) in startNestedFilter()
748 …current = new Asn1Tagged(new Asn1Identifier(Asn1Identifier.CONTEXT, true, rfcType), new Asn1SetOf(… in startNestedFilter()
750 else if (rfcType == NOT) in startNestedFilter()
752 current = new Asn1Tagged(new Asn1Identifier(Asn1Identifier.CONTEXT, true, rfcType), null, true); in startNestedFilter()
767 public virtual void endNestedFilter(int rfcType) in endNestedFilter() argument
769 if (rfcType == NOT) in endNestedFilter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DNovell.Directory.Ldap.cs2473 …public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed… in addAttributeValueAssertion() argument
2479 public virtual void endNestedFilter(int rfcType) { } in endNestedFilter() argument
2483 public virtual void startNestedFilter(int rfcType) { } in startNestedFilter() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DNovell.Directory.Ldap.cs2474 …public virtual void addAttributeValueAssertion(int rfcType, string attrName, sbyte[] value_Renamed… in addAttributeValueAssertion() argument
2480 public virtual void endNestedFilter(int rfcType) { } in endNestedFilter() argument
2484 public virtual void startNestedFilter(int rfcType) { } in startNestedFilter() argument