Method | Description | |
---|---|---|
Capture ( ) : |
||
Capture ( ) : System.Security.SecurityContext | ||
CreateCopy ( ) : |
||
CreateCopy ( ) : System.Security.SecurityContext | ||
Dispose ( ) : void | ||
IsFlowSuppressed ( ) : bool | ||
IsWindowsIdentityFlowSuppressed ( ) : bool | ||
RestoreFlow ( ) : void | ||
Run ( |
||
Run ( System securityContext, System callback, object state ) : void |
Method | Description | |
---|---|---|
SecurityContext ( ) | ||
SecurityContext ( ) : System.Threading |
public static Capture ( ) : System.Security.SecurityContext | ||
return | System.Security.SecurityContext |
public CreateCopy ( ) : System.Security.SecurityContext | ||
return | System.Security.SecurityContext |
public static IsWindowsIdentityFlowSuppressed ( ) : bool | ||
return | bool |
public static Run ( |
||
securityContext | ||
callback | ContextCallback | |
state | object | |
return | void |
public static Run ( System securityContext, System callback, object state ) : void | ||
securityContext | System | |
callback | System | |
state | object | |
return | void |