5 references to AuthenticatedUserSid
System (1)
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
119SecurityIdentifier everyoneSid = new SecurityIdentifier(WellKnownSidType.AuthenticatedUserSid, null);
WsatConfig (2)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
337dacl.AddAccess(AccessControlType.Allow, new SecurityIdentifier(WellKnownSidType.AuthenticatedUserSid, null),
Configuration\StdRegProviderWrapper.cs (1)
356new SecurityIdentifier(WellKnownSidType.AuthenticatedUserSid, null),
WsatUI (2)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
337dacl.AddAccess(AccessControlType.Allow, new SecurityIdentifier(WellKnownSidType.AuthenticatedUserSid, null),
Configuration\StdRegProviderWrapper.cs (1)
356new SecurityIdentifier(WellKnownSidType.AuthenticatedUserSid, null),