5 references to IsWindowsIdentityFlowSuppressed
mscorlib (2)
system\security\securitycontext.cs (2)
587
if (!
IsWindowsIdentityFlowSuppressed
())
610
if (
IsWindowsIdentityFlowSuppressed
())
System (1)
net\System\Net\_ContextAwareResult.cs (1)
374
(!capturingContext || SecurityContext.
IsWindowsIdentityFlowSuppressed
()))
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
450
if (flowIdentity && !SecurityContext.
IsWindowsIdentityFlowSuppressed
())
System.ServiceModel.Internals (1)
System\Runtime\PartialTrustHelpers.cs (1)
61
if (SecurityContext.
IsWindowsIdentityFlowSuppressed
())