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