/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Rfc2251/ |
H A D | RfcControl.cs | 63 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 D | RfcModifyDNRequest.cs | 57 …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 D | RfcMatchingRuleAssertion.cs | 77 …chingRule, RfcAttributeDescription type, RfcAssertionValue matchValue, Asn1Boolean dnAttributes):b… in RfcMatchingRuleAssertion()
|
H A D | RfcSearchRequest.cs | 71 …Enumerated derefAliases, Asn1Integer sizeLimit, Asn1Integer timeLimit, Asn1Boolean typesOnly, RfcF… in RfcSearchRequest()
|
H A D | RfcFilter.cs | 351 …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 D | LdapPersistSearchControl.cs | 101 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 D | LdapSortControl.cs | 102 …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 D | Asn1Boolean.cs | 38 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 D | LBERDecoder.cs | 144 case Asn1Boolean.TAG: in decode() 145 return new Asn1Boolean(this, in_Renamed, length); in decode()
|
H A D | Asn1Encoder.cs | 67 void encode(Asn1Boolean b, System.IO.Stream out_Renamed); in encode()
|
H A D | LBEREncoder.cs | 79 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 D | LdapModifyDNRequest.cs | 94 Asn1Boolean delOld = (Asn1Boolean) req.toArray()[2]; 142 …cModifyDNRequest(new RfcLdapDN(dn), new RfcRelativeLdapDN(newRdn), new Asn1Boolean(deleteOldRdn), … in LdapModifyDNRequest()
|
H A D | LdapControl.cs | 136 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 D | LdapSearchRequest.cs | 156 …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 D | Novell.Directory.Ldap.cs | 1022 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 D | Novell.Directory.Ldap.cs | 1023 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 D | Novell.Directory.Ldap.dll.sources | 23 Novell.Directory.Ldap.Asn1/Asn1Boolean.cs
|