4 references to LocalSystemSid
System.ServiceModel (4)
System\ServiceModel\Activation\Configuration\SecurityIdentifierElementCollection.cs (1)
40this.Add(new SecurityIdentifierElement(new SecurityIdentifier(WellKnownSidType.LocalSystemSid, null)));
System\ServiceModel\Activation\Utility.cs (1)
358return new SecurityIdentifier(WellKnownSidType.LocalSystemSid, null);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
662bool notNecessary = !OSEnvironmentHelper.IsVistaOrGreater && listenerUserSid.Equals(new SecurityIdentifier(WellKnownSidType.LocalSystemSid, null));
System\ServiceModel\Security\SecurityUtils.cs (1)
431return (sid.IsWellKnown(WellKnownSidType.LocalSystemSid)