mscorlib(4.0.0.0) API with additions
SecurityContextSource.cs
1
namespace
System.Security
2
{
4
public
enum
SecurityContextSource
5
{
7
CurrentAppDomain
,
9
CurrentAssembly
10
}
11
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Security.SecurityContextSource.CurrentAssembly
The current assembly is the source for the security context.
System.Security.SecurityContextSource.CurrentAppDomain
The current application domain is the source for the security context.
System.Security.SecurityContextSource
SecurityContextSource
Identifies the source for the security context.
Definition:
SecurityContextSource.cs:4
All cs
System.Security
SecurityContextSource.cs
Generated by
1.8.15