Пример #1
0
 public static AsyncFlowControl SuppressFlow()
 {
     return(SecurityContext.SuppressFlow(SecurityContextDisableFlow.All));
 }
Пример #2
0
 public static AsyncFlowControl SuppressFlowWindowsIdentity()
 {
     return(SecurityContext.SuppressFlow(SecurityContextDisableFlow.WI));
 }