Home
last modified time | relevance | path

Searched refs:GetValueFromCache (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DActiveDirectorySchemaProperty.cs206 _ldapDisplayName = (string)GetValueFromCache(PropertyManager.LdapDisplayName, true); in ActiveDirectorySchemaProperty()
520 _commonName = (string)GetValueFromCache(PropertyManager.Cn, true);
566 _oid = (string)GetValueFromCache(PropertyManager.AttributeID, true);
602 (int)GetValueFromCache(PropertyManager.OMSyntax, true),
638 … _description = (string)GetValueFromCache(PropertyManager.Description, false);
871 object value = GetValueFromCache(PropertyManager.RangeLower, false);
924 object value = GetValueFromCache(PropertyManager.RangeUpper, false);
996 object value = GetValueFromCache(PropertyManager.LinkID, false);
1042 object value = GetValueFromCache(PropertyManager.LinkID, false);
1135 private object GetValueFromCache(string propertyName, bool mustExist) in GetValueFromCache() method in System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty
[all …]
H A DActiveDirectorySchemaClass.cs152 _ldapDisplayName = (string)GetValueFromCache(PropertyManager.LdapDisplayName, true); in ActiveDirectorySchemaClass()
481 _commonName = (string)GetValueFromCache(PropertyManager.Cn, true);
524 _oid = (string)GetValueFromCache(PropertyManager.GovernsID, true);
554 … _description = (string)GetValueFromCache(PropertyManager.Description, false);
941 …_subClassOf = new ActiveDirectorySchemaClass(_context, (string)GetValueFromCache(PropertyManager.S…
970 … _type = (SchemaClassType)((int)GetValueFromCache(PropertyManager.ObjectClassCategory, true));
1008 … _schemaGuidBinaryForm = (byte[])GetValueFromCache(PropertyManager.SchemaIDGuid, true);
1041 … _defaultSDSddlForm = (string)GetValueFromCache(PropertyManager.DefaultSecurityDescriptor, false);
1086 private object GetValueFromCache(string propertyName, bool mustExist) in GetValueFromCache() method in System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass
1266 …ssEntry = DirectoryEntryManager.GetDirectoryEntry(_context, (string)GetValueFromCache(PropertyMana… in GetSchemaClassDirectoryEntry()