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