Base:
method
LoadValueIntoProperty
System.DirectoryServices.AccountManagement.Principal.LoadValueIntoProperty(System.String, System.Object)
9 references to LoadValueIntoProperty
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AuthZSet.cs (4)
245g.LoadValueIntoProperty(PropertyNames.PrincipalDisplayName, name); 246g.LoadValueIntoProperty(PropertyNames.PrincipalName, name); 248g.LoadValueIntoProperty(PropertyNames.PrincipalSid, sidObj); 249g.LoadValueIntoProperty(PropertyNames.GroupIsSecurityGroup, true);
System\DirectoryServices\AccountManagement\Utils.cs (5)
698g.LoadValueIntoProperty(PropertyNames.PrincipalDisplayName, nt4Name); 701g.LoadValueIntoProperty(PropertyNames.PrincipalName, name); 704g.LoadValueIntoProperty(PropertyNames.PrincipalSamAccountName, name); 710g.LoadValueIntoProperty(PropertyNames.PrincipalSid, sidObj); 712g.LoadValueIntoProperty(PropertyNames.GroupIsSecurityGroup, true);