13 references to SecurityIdentifier
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
1956SecurityIdentifier sidLocalSystem = new SecurityIdentifier("S-1-5-18");
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
511new MACLPrinc.SecurityIdentifier(SelfSddl), 516new MACLPrinc.SecurityIdentifier(WorldSddl), 521new MACLPrinc.SecurityIdentifier(SelfSddl), 526new MACLPrinc.SecurityIdentifier(WorldSddl),
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
515SecurityIdentifier sid = new SecurityIdentifier(urnValue); 566sid = new SecurityIdentifier(urnValue);
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
247SecurityIdentifier sidObj = new SecurityIdentifier(Utils.ConvertSidToSDDL(sid));
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
341SecurityIdentifier sidObj = new SecurityIdentifier(urnValue); 395SecurityIdentifier sidObj = new SecurityIdentifier(urnValue); 785SecurityIdentifier SidObj = new SecurityIdentifier(sddlSid);
System\DirectoryServices\AccountManagement\UnknownPrincipal.cs (1)
42SecurityIdentifier sidObj = new SecurityIdentifier(Utils.ConvertSidToSDDL(sid));
System\DirectoryServices\AccountManagement\Utils.cs (1)
707SecurityIdentifier sidObj = new SecurityIdentifier(Utils.ConvertSidToSDDL(sid));