10 references to NetworkServiceSid
System.ServiceModel (2)
System\ServiceModel\Activation\Configuration\SecurityIdentifierElementCollection.cs (1)
43
this.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)
339
dacl.AddAccess(AccessControlType.Allow, new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null),
Configuration\StdRegProviderWrapper.cs (1)
347
new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null),
Configuration\WsatConfiguration.cs (2)
660
SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null);
714
SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null);
WsatUI (4)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
339
dacl.AddAccess(AccessControlType.Allow, new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null),
Configuration\StdRegProviderWrapper.cs (1)
347
new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null),
Configuration\WsatConfiguration.cs (2)
660
SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null);
714
SecurityIdentifier ns = new SecurityIdentifier(WellKnownSidType.
NetworkServiceSid
, null);