Flags of security permission.
Enumerator |
---|
NoFlags | No access.
|
Assertion | Assert that permission is given.
|
UnmanagedCode | Call unmanaged code.
|
SkipVerification | Skip code verification.
|
Execution | Execute code.
|
ControlThread | Perform operations on threads.
|
ControlEvidence | Control or alter CLR evidence.
|
ControlPolicy | View and change policy.
|
SerializationFormatter | Serialize.
|
ControlDomainPolicy | Set domain policy.
|
ControlPrincipal | Control principal object.
|
ControlAppDomain | Control application domain.
|
RemotingConfiguration | Configure remoting.
|
Infrastructure | Plug into CLR infrastructure.
|
BindingRedirects | Perform explicit binding redirection.
|
AllFlags | Unrestricted.
|