The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityContextSource Enumeration
.NET Framework (current version)
Identifies the source for the security context.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| CurrentAppDomain | The current application domain is the source for the security context. | |
| CurrentAssembly | The current assembly is the source for the security context. |
The SecurityContextSource enumeration is used to supply parameters for some assembly load methods.
.NET Framework
Available since 4.0
Available since 4.0
Show: