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