9 references to GetUnderlyingObject
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
782
DirectoryEntry foreignDE = (DirectoryEntry)foreignPrincipal.
GetUnderlyingObject
();
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (6)
442
return CannotChangePwdFromLdapConverter((DirectoryEntry)p.
GetUnderlyingObject
());
489
Debug.Assert(ap.
GetUnderlyingObject
() is DirectoryEntry);
491
DirectoryEntry de = (DirectoryEntry)ap.
GetUnderlyingObject
();
768
SDSUtils.MoveDirectoryEntry((DirectoryEntry)p.
GetUnderlyingObject
(),
776
((DirectoryEntry)p.
GetUnderlyingObject
()).Properties[baseObjectRdnPrefix].Value = (string)p.GetValueForProperty(PropertyNames.PrincipalName);
1171
DirectoryEntry principalDE = (DirectoryEntry)p.
GetUnderlyingObject
();
System\DirectoryServices\AccountManagement\Principal.cs (1)
642
DirectoryEntry de = (DirectoryEntry)this.
GetUnderlyingObject
();
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
323
PropertyValueCollection values = ((DirectoryEntry)p.
GetUnderlyingObject
()).Properties["UserFlags"];