You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@ -53,7 +53,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
@ -65,7 +65,7 @@ namespace System.Security {
|
||||
public abstract IPermission Copy ();
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#endif
|
||||
public void Demand ()
|
||||
{
|
||||
@ -78,7 +78,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
@ -126,7 +126,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
@ -136,7 +136,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
@ -148,7 +148,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
@ -160,7 +160,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
@ -172,7 +172,7 @@ namespace System.Security {
|
||||
}
|
||||
|
||||
#if MOBILE
|
||||
[Conditional ("FEATURE_MONO_CAS")]
|
||||
[Conditional ("MONO_FEATURE_CAS")]
|
||||
#else
|
||||
[MonoTODO ("CAS support is experimental (and unsupported). Imperative mode is not implemented.")]
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user