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)
245
g.
LoadValueIntoProperty
(PropertyNames.PrincipalDisplayName, name);
246
g.
LoadValueIntoProperty
(PropertyNames.PrincipalName, name);
248
g.
LoadValueIntoProperty
(PropertyNames.PrincipalSid, sidObj);
249
g.
LoadValueIntoProperty
(PropertyNames.GroupIsSecurityGroup, true);
System\DirectoryServices\AccountManagement\Utils.cs (5)
698
g.
LoadValueIntoProperty
(PropertyNames.PrincipalDisplayName, nt4Name);
701
g.
LoadValueIntoProperty
(PropertyNames.PrincipalName, name);
704
g.
LoadValueIntoProperty
(PropertyNames.PrincipalSamAccountName, name);
710
g.
LoadValueIntoProperty
(PropertyNames.PrincipalSid, sidObj);
712
g.
LoadValueIntoProperty
(PropertyNames.GroupIsSecurityGroup, true);