SecurityAction Enumeration |
Namespace: Mono.Cecil
public enum SecurityAction
Member name | Value | Description | |
---|---|---|---|
Request | 1 | ||
Demand | 2 | ||
Assert | 3 | ||
Deny | 4 | ||
PermitOnly | 5 | ||
LinkDemand | 6 | ||
InheritDemand | 7 | ||
RequestMinimum | 8 | ||
RequestOptional | 9 | ||
RequestRefuse | 10 | ||
PreJitGrant | 11 | ||
PreJitDeny | 12 | ||
NonCasDemand | 13 | ||
NonCasLinkDemand | 14 | ||
NonCasInheritance | 15 |