You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -43,17 +43,10 @@ namespace System.Security {
|
||||
|
||||
#else
|
||||
[MonoTODO ("Only supported by the runtime when CoreCLR is enabled")]
|
||||
#if NET_4_0
|
||||
[AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct |
|
||||
AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method |
|
||||
AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate,
|
||||
AllowMultiple=false, Inherited=false)]
|
||||
#else
|
||||
[AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct |
|
||||
AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event |
|
||||
AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate,
|
||||
AllowMultiple=false, Inherited=false)]
|
||||
#endif
|
||||
public sealed class SecurityCriticalAttribute : Attribute {
|
||||
|
||||
private SecurityCriticalScope _scope;
|
||||
@ -78,9 +71,7 @@ namespace System.Security {
|
||||
}
|
||||
}
|
||||
|
||||
#if NET_4_0
|
||||
[Obsolete]
|
||||
#endif
|
||||
public SecurityCriticalScope Scope {
|
||||
get { return _scope; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user