2 overrides of GetValueForProperty
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
470
internal override object
GetValueForProperty
(string propertyName)
System\DirectoryServices\AccountManagement\Group.cs (1)
314
internal override object
GetValueForProperty
(string propertyName)
32 references to GetValueForProperty
System.DirectoryServices.AccountManagement (32)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (5)
468
bool enable = (bool)p.
GetValueForProperty
(PropertyNames.AuthenticablePrincipalEnabled);
482
SetCannotChangePasswordStatus((AuthenticablePrincipal)p, (bool)p.
GetValueForProperty
(PropertyNames.PwdInfoCannotChangePassword), true);
731
name = rdnPrefix + "=" + (string)p.
GetValueForProperty
(PropertyNames.PrincipalName);
772
p.LoadValueIntoProperty(PropertyNames.PrincipalName, p.
GetValueForProperty
(PropertyNames.PrincipalName));
776
((DirectoryEntry)p.GetUnderlyingObject()).Properties[baseObjectRdnPrefix].Value = (string)p.
GetValueForProperty
(PropertyNames.PrincipalName);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (14)
112
string name = (string)p.
GetValueForProperty
(PropertyNames.PrincipalName);
124
string samAccountName = (string)p.
GetValueForProperty
(PropertyNames.PrincipalSamAccountName);
1172
string value = (string)p.
GetValueForProperty
(propertyName);
1185
byte[] value = (byte[])p.
GetValueForProperty
(propertyName);
1203
object value = (bool)p.
GetValueForProperty
(propertyName);
1222
object value = (bool)p.
GetValueForProperty
(propertyName);
1232
PrincipalValueCollection<string> trackingList = (PrincipalValueCollection<string>)p.
GetValueForProperty
(propertyName);
1258
X509Certificate2Collection certificates = (X509Certificate2Collection)p.
GetValueForProperty
(propertyName);
1290
Nullable<DateTime> dt = (Nullable<DateTime>)p.
GetValueForProperty
(propertyName);
1324
ExtensionCache cacheValues = (ExtensionCache)p.
GetValueForProperty
(propertyName);
1430
bool groupEnabled = (bool)p.
GetValueForProperty
(propertyName);
1442
GroupScope groupType = (GroupScope)p.
GetValueForProperty
(propertyName);
1480
PrincipalCollection members = (PrincipalCollection)group.
GetValueForProperty
(PropertyNames.GroupMembers);
1691
SetCannotChangePasswordStatus(p, (bool)p.
GetValueForProperty
(propertyName), false);
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (4)
242
string password = (string)p.
GetValueForProperty
(PropertyNames.PwdInfoPassword);
253
bool expireImmediately = (bool)p.
GetValueForProperty
(PropertyNames.PwdInfoExpireImmediately);
599
PrincipalValueCollection<string> trackingList = (PrincipalValueCollection<string>)p.
GetValueForProperty
(propertyName);
653
bool flag = (bool)p.
GetValueForProperty
(propertyName);
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
513
return base.
GetValueForProperty
(propertyName);
System\DirectoryServices\AccountManagement\Group.cs (1)
323
_ => base.
GetValueForProperty
(propertyName),
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (6)
142
string password = (string)p.
GetValueForProperty
(PropertyNames.PwdInfoPassword);
910
string value = (string)p.
GetValueForProperty
(propertyName);
930
byte[] value = (byte[])p.
GetValueForProperty
(propertyName);
971
GroupScope value = (GroupScope)p.
GetValueForProperty
(propertyName);
987
Nullable<DateTime> value = (Nullable<DateTime>)p.
GetValueForProperty
(propertyName);
1010
PrincipalCollection members = (PrincipalCollection)group.
GetValueForProperty
(PropertyNames.GroupMembers);
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
365
object value = p.
GetValueForProperty
(propertyName);