Class SecurityContext
Inheritance
System.Object
SecurityContext
Implements
System.IDisposable
Assembly: IronZip.dll
Syntax
public sealed class SecurityContext : Object
Methods
Capture()
Declaration
public static SecurityContext Capture()
Returns
CreateCopy()
Declaration
public SecurityContext CreateCopy()
Returns
Dispose()
Declaration
IsFlowSuppressed()
Declaration
public static bool IsFlowSuppressed()
Returns
| Type |
Description |
| System.Boolean |
|
IsWindowsIdentityFlowSuppressed()
Declaration
public static bool IsWindowsIdentityFlowSuppressed()
Returns
| Type |
Description |
| System.Boolean |
|
RestoreFlow()
Declaration
public static void RestoreFlow()
Run(SecurityContext, ContextCallback, Object)
Declaration
public static void Run(SecurityContext securityContext, ContextCallback callback, object state)
Parameters
| Type |
Name |
Description |
| SecurityContext |
securityContext |
|
| System.Threading.ContextCallback |
callback |
|
| System.Object |
state |
|
SuppressFlow()
Declaration
public static AsyncFlowControl SuppressFlow()
Returns
| Type |
Description |
| System.Threading.AsyncFlowControl |
|
SuppressFlowWindowsIdentity()
Declaration
public static AsyncFlowControl SuppressFlowWindowsIdentity()
Returns
| Type |
Description |
| System.Threading.AsyncFlowControl |
|
Implements
System.IDisposable