11 writes to Value
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1705icFilterBase.Value = ic;
System\DirectoryServices\AccountManagement\StoreCtx.cs (10)
382((FilterBase)filter).Value = (string)s; 393((FilterBase)filter).Value = (X509Certificate2)cert; 405((FilterBase)filter).Value = null; 409((FilterBase)filter).Value = (bool)value; 413((FilterBase)filter).Value = (string)value; 417((FilterBase)filter).Value = (GroupScope)value; 421((FilterBase)filter).Value = (byte[])value; 425((FilterBase)filter).Value = (Nullable<DateTime>)value; 429((FilterBase)filter).Value = (ExtensionCache)value; 433((FilterBase)filter).Value = (QbeMatchType)value;
39 references to Value
System.DirectoryServices.AccountManagement (39)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (29)
324return filter.Value != null ? 325$"({suggestedAdProperty}={ADUtils.PAPIQueryToLdapQueryString((string)filter.Value)})" : 333return filter.Value != null ? 334$"({suggestedAdProperty}={(!(bool)filter.Value ? "TRUE" : "FALSE")})" : 345if (filter.Value == null) 351if (defaultState == (bool)filter.Value) 353return $"(|(!({suggestedAdProperty}=*)({suggestedAdProperty}={((bool)filter.Value ? "TRUE" : "FALSE")})))"; 356return $"({suggestedAdProperty}={((bool)filter.Value ? "TRUE" : "FALSE")})"; 361return filter.Value != null ? 362$"({suggestedAdProperty}=*{ADUtils.PAPIQueryToLdapQueryString((string)filter.Value)}*)" : 478IdentityClaim ic = (IdentityClaim)filter.Value; 560(System.Security.Cryptography.X509Certificates.X509Certificate2)filter.Value; 574bool value = (bool)filter.Value; 643return filter.Value != null ? 644$"({suggestedAdProperty}={ADUtils.EscapeBinaryValue((byte[])filter.Value)})" : 653Nullable<DateTime> date = (Nullable<DateTime>)filter.Value; 665Nullable<Guid> guid = (Nullable<Guid>)filter.Value; 684Debug.Assert(filter.Value is QbeMatchType); 686QbeMatchType qmt = (QbeMatchType)filter.Value; 693Debug.Assert(filter.Value is QbeMatchType); 695QbeMatchType qmt = (QbeMatchType)filter.Value; 704Debug.Assert(filter.Value is QbeMatchType); 706QbeMatchType qmt = (QbeMatchType)filter.Value; 715Debug.Assert(filter.Value is QbeMatchType); 717QbeMatchType qmt = (QbeMatchType)filter.Value; 739bool value = (bool)filter.Value; 750GroupScope value2 = (GroupScope)filter.Value; 974if (filter.Value != null) 976ExtensionCache ec = (ExtensionCache)filter.Value;
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (10)
348QbeMatchType valueToMatch = (QbeMatchType)filter.Value; 410string valueToMatch = (string)filter.Value; 437QbeMatchType valueToMatch = (QbeMatchType)filter.Value; 472string samToMatch = (string)filter.Value; 498byte[] sidToMatch = Utils.StringToByteArray((string)filter.Value); 515bool valueToMatch = (bool)filter.Value; 568string valueToMatch = (string)filter.Value; 596byte[] valueToMatch = (byte[])filter.Value; 624Nullable<DateTime> valueToCompare = (Nullable<DateTime>)filter.Value; 652GroupScope valueToMatch = (GroupScope)filter.Value;