Open elinor-fung opened 2 months ago
Tagging subscribers to this area: @dotnet/area-system-reflection See info in area-owners.md if you want to be subscribed.
Would it make sense to also obsolete the properties IsSecurityTransparent
, IsSecuritySafeCritical
and IsSecurityCritical
on the types MethodBase
, FieldInfo
and Type
? I believe they also have no meaning in .Net and always return constants.
Background and motivation
In .NET,
IsFullyTrusted
has no meaning and always returnstrue
.API Proposal
API Usage
Alternative Designs
No response
Risks
No response