Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

Public Enumeration SecurityContextSource

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft