SecurityContext
Encapsulates and propagates all security-related data for execution contexts transferred across threads. This class cannot be inherited.
Captures the security context for the current thread.
Determines whether the flow of the security context has been suppressed.
Determines whether the flow of the Windows identity portion of the current security context has been suppressed.
Restores the flow of the security context across asynchronous threads.
Runs the specified method in the specified security context on the current thread.
Suppresses the flow of the security context across asynchronous threads.
Suppresses the flow of the Windows identity portion of the current security context across asynchronous threads.
Creates a copy of the current security context.
Releases all resources used by the current instance of the SecurityContext class.