Home
last modified time | relevance | path

Searched refs:Asn1Boolean (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Rfc2251/
H A DRfcControl.cs63 virtual public Asn1Boolean Criticality
71 if (obj is Asn1Boolean)
72 return (Asn1Boolean) obj;
75 return new Asn1Boolean(false);
148 public RfcControl(RfcLdapOID controlType):this(controlType, new Asn1Boolean(false), null) in RfcControl()
153 …public RfcControl(RfcLdapOID controlType, Asn1Boolean criticality):this(controlType, criticality, … in RfcControl()
162 …public RfcControl(RfcLdapOID controlType, Asn1Boolean criticality, Asn1OctetString controlValue):b… in RfcControl()
H A DRfcModifyDNRequest.cs57 …public RfcModifyDNRequest(RfcLdapDN entry, RfcRelativeLdapDN newrdn, Asn1Boolean deleteoldrdn):thi… in RfcModifyDNRequest()
62 …public RfcModifyDNRequest(RfcLdapDN entry, RfcRelativeLdapDN newrdn, Asn1Boolean deleteoldrdn, Rfc… in RfcModifyDNRequest()
H A DRfcMatchingRuleAssertion.cs77 …chingRule, RfcAttributeDescription type, RfcAssertionValue matchValue, Asn1Boolean dnAttributes):b… in RfcMatchingRuleAssertion()
H A DRfcSearchRequest.cs71 …Enumerated derefAliases, Asn1Integer sizeLimit, Asn1Integer timeLimit, Asn1Boolean typesOnly, RfcF… in RfcSearchRequest()
H A DRfcFilter.cs351 …nValue(unescapeString(value_Renamed)), (dnAttributes == false)?null:new Asn1Boolean(true)), false); in parseFilterComp()
727 …new RfcAssertionValue(value_Renamed), (useDNMatching == false)?null:new Asn1Boolean(true)), false); in addExtensibleMatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Controls/
H A DLdapPersistSearchControl.cs101 m_sequence.set_Renamed(RETURNCONTROLS_INDEX, new Asn1Boolean(m_returnControls));
128 m_sequence.set_Renamed(CHANGESONLY_INDEX, new Asn1Boolean(m_changesOnly));
231 m_sequence.add(new Asn1Boolean(m_changesOnly)); in LdapPersistSearchControl()
232 m_sequence.add(new Asn1Boolean(m_returnControls)); in LdapPersistSearchControl()
H A DLdapSortControl.cs102 …d(new Asn1Identifier(Asn1Identifier.CONTEXT, false, REVERSE_ORDER), new Asn1Boolean(true), false)); in LdapSortControl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/
H A DAsn1Boolean.cs38 public class Asn1Boolean:Asn1Object class
62 public Asn1Boolean(bool content):base(ID) in Asn1Boolean() method in Novell.Directory.Ldap.Asn1.Asn1Boolean
81 public Asn1Boolean(Asn1Decoder dec, System.IO.Stream in_Renamed, int len):base(ID) in Asn1Boolean() method in Novell.Directory.Ldap.Asn1.Asn1Boolean
H A DLBERDecoder.cs144 case Asn1Boolean.TAG: in decode()
145 return new Asn1Boolean(this, in_Renamed, length); in decode()
H A DAsn1Encoder.cs67 void encode(Asn1Boolean b, System.IO.Stream out_Renamed); in encode()
H A DLBEREncoder.cs79 public virtual void encode(Asn1Boolean b, System.IO.Stream out_Renamed) in encode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap/
H A DLdapModifyDNRequest.cs94 Asn1Boolean delOld = (Asn1Boolean) req.toArray()[2];
142 …cModifyDNRequest(new RfcLdapDN(dn), new RfcRelativeLdapDN(newRdn), new Asn1Boolean(deleteOldRdn), … in LdapModifyDNRequest()
H A DLdapControl.cs136 control = new RfcControl(new RfcLdapOID(oid), new Asn1Boolean(critical)); in LdapControl()
140 …control = new RfcControl(new RfcLdapOID(oid), new Asn1Boolean(critical), new Asn1OctetString(value… in LdapControl()
181 …cont.control = new RfcControl(new RfcLdapOID(ID), new Asn1Boolean(Critical), new Asn1OctetString(t… in Clone()
H A DLdapSearchRequest.cs156 …return ((Asn1Boolean) ((RfcSearchRequest) (this.Asn1Object).get_Renamed(1)).get_Renamed(5)).boolea…
339 …e), new Asn1Integer(maxResults), new Asn1Integer(serverTimeLimit), new Asn1Boolean(typesOnly), new… in LdapSearchRequest()
400 …e), new Asn1Integer(maxResults), new Asn1Integer(serverTimeLimit), new Asn1Boolean(typesOnly), fil… in LdapSearchRequest()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DNovell.Directory.Ldap.cs1022 public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object class
1027 …public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int le… in Asn1Boolean() method in Novell.Directory.Ldap.Asn1.Asn1Boolean
1028 … public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { } in Asn1Boolean() method in Novell.Directory.Ldap.Asn1.Asn1Boolean
1058 void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed); in encode()
1252 …public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed)… in encode()
2397 …ectory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { } in RfcControl()
2398 …ectory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, No… in RfcControl()
2401 public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
2566 ….Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) {… in RfcMatchingRuleAssertion()
2574 …tory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) {… in RfcModifyDNRequest()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DNovell.Directory.Ldap.cs1023 public partial class Asn1Boolean : Novell.Directory.Ldap.Asn1.Asn1Object class
1028 …public Asn1Boolean(Novell.Directory.Ldap.Asn1.Asn1Decoder dec, System.IO.Stream in_Renamed, int le… in Asn1Boolean() method in Novell.Directory.Ldap.Asn1.Asn1Boolean
1029 … public Asn1Boolean(bool content) : base (default(Novell.Directory.Ldap.Asn1.Asn1Identifier)) { } in Asn1Boolean() method in Novell.Directory.Ldap.Asn1.Asn1Boolean
1059 void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed); in encode()
1253 …public virtual void encode(Novell.Directory.Ldap.Asn1.Asn1Boolean b, System.IO.Stream out_Renamed)… in encode()
2398 …ectory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality) { } in RfcControl()
2399 …ectory.Ldap.Rfc2251.RfcLdapOID controlType, Novell.Directory.Ldap.Asn1.Asn1Boolean criticality, No… in RfcControl()
2402 public virtual Novell.Directory.Ldap.Asn1.Asn1Boolean Criticality { get { throw null; } }
2567 ….Ldap.Rfc2251.RfcAssertionValue matchValue, Novell.Directory.Ldap.Asn1.Asn1Boolean dnAttributes) {… in RfcMatchingRuleAssertion()
2575 …tory.Ldap.Rfc2251.RfcRelativeLdapDN newrdn, Novell.Directory.Ldap.Asn1.Asn1Boolean deleteoldrdn) {… in RfcModifyDNRequest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/
H A DNovell.Directory.Ldap.dll.sources23 Novell.Directory.Ldap.Asn1/Asn1Boolean.cs