7 references to IsWellKnown
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
232if (sidIdentity.SecurityIdentifier.IsWellKnown(WellKnownSidType.AnonymousSid))
System\ServiceModel\Security\SecurityUtils.cs (4)
431return (sid.IsWellKnown(WellKnownSidType.LocalSystemSid) 432|| sid.IsWellKnown(WellKnownSidType.NetworkServiceSid) 433|| sid.IsWellKnown(WellKnownSidType.LocalServiceSid) 2297if (!allowUnauthenticatedCallers && identity.User.IsWellKnown(WellKnownSidType.AnonymousSid))
WsatConfig (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
328if (ace != null && ace.AceType == AceType.AccessAllowed && ace.SecurityIdentifier.IsWellKnown(WellKnownSidType.WorldSid))
WsatUI (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
328if (ace != null && ace.AceType == AceType.AccessAllowed && ace.SecurityIdentifier.IsWellKnown(WellKnownSidType.WorldSid))