Exemplo n.º 1
0
 public static AsyncFlowControl SuppressFlow()
 {
     return(SecurityContext.SuppressFlow(SecurityContextDisableFlow.All));
 }
Exemplo n.º 2
0
 public static AsyncFlowControl SuppressFlowWindowsIdentity()
 {
     return(SecurityContext.SuppressFlow(SecurityContextDisableFlow.WI));
 }