10 references to NetworkServiceSid
System.ServiceModel (2)
System\ServiceModel\Activation\Configuration\SecurityIdentifierElementCollection.cs (1)
43this.Add(new SecurityIdentifierElement(new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null)));
System\ServiceModel\Security\SecurityUtils.cs (1)
432|| sid.IsWellKnown(WellKnownSidType.NetworkServiceSid)
WsatConfig (4)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
339dacl.AddAccess(AccessControlType.Allow, new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null),
Configuration\StdRegProviderWrapper.cs (1)
347new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null),
Configuration\WsatConfiguration.cs (2)
660SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null); 714SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null);
WsatUI (4)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
339dacl.AddAccess(AccessControlType.Allow, new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null),
Configuration\StdRegProviderWrapper.cs (1)
347new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null),
Configuration\WsatConfiguration.cs (2)
660SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null); 714SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null);