Exemple #1
0
 public static AsyncFlowControl SuppressFlow()
 {
     return(SecurityContext.SuppressFlow(SecurityContextDisableFlow.All));
 }
Exemple #2
0
 public static AsyncFlowControl SuppressFlowWindowsIdentity()
 {
     return(SecurityContext.SuppressFlow(SecurityContextDisableFlow.WI));
 }