System.Security.SecurityContext.SecurityContext.IsWindowsIdentityFlowSuppressed C# (CSharp) Метод

IsWindowsIdentityFlowSuppressed() статический публичный Метод

static public IsWindowsIdentityFlowSuppressed ( ) : bool
Результат bool
		static public bool IsWindowsIdentityFlowSuppressed ()
		{
			return Thread.CurrentThread.ExecutionContext.SecurityContext.WindowsIdentityFlowSuppressed;
		}