Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-03-11 11:09:37 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-11 11:09:37 +0300
commitf8ea647aba460b9eeb970f804783fe6c12d857cd (patch)
treebf8e2ccb6c4f944ef969fa7a6f4c29bdf53bddec
parent0dbd11ed143bfd654aba809c118e316956f9a606 (diff)
Apply changes from https://github.com/mono/mono/pull/13386 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs3
-rw-r--r--profiles/monotouch/mscorlib.cs3
-rw-r--r--profiles/net_4_x/System.cs9
-rw-r--r--profiles/net_4_x/mscorlib.cs3
4 files changed, 18 insertions, 0 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index e4d8f52..681edc1 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -549,6 +549,8 @@ namespace System
public System.AppDomainInitializer AppDomainInitializer { get { throw null; } set { } }
[System.MonoLimitationAttribute("it needs to be used to invoke the initializer within the created domain")]
public string[] AppDomainInitializerArguments { get { throw null; } set { } }
+ public string AppDomainManagerAssembly { get { throw null; } set { } }
+ public string AppDomainManagerType { get { throw null; } set { } }
public string ApplicationBase { get { throw null; } set { } }
public string ApplicationName { get { throw null; } set { } }
[System.MonoNotSupportedAttribute("This property exists but not considered.")]
@@ -564,6 +566,7 @@ namespace System
public string LicenseFile { get { throw null; } set { } }
[System.MonoLimitationAttribute("In Mono this is controlled by the --share-code flag")]
public System.LoaderOptimization LoaderOptimization { get { throw null; } set { } }
+ public string[] PartialTrustVisibleAssemblies { get { throw null; } set { } }
public string PrivateBinPath { get { throw null; } set { } }
public string PrivateBinPathProbe { get { throw null; } set { } }
public string ShadowCopyDirectories { get { throw null; } set { } }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 57a187e..06a89ad 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -529,6 +529,8 @@ namespace System
public System.AppDomainInitializer AppDomainInitializer { get { throw null; } set { } }
[System.MonoLimitationAttribute("it needs to be used to invoke the initializer within the created domain")]
public string[] AppDomainInitializerArguments { get { throw null; } set { } }
+ public string AppDomainManagerAssembly { get { throw null; } set { } }
+ public string AppDomainManagerType { get { throw null; } set { } }
public string ApplicationBase { get { throw null; } set { } }
public string ApplicationName { get { throw null; } set { } }
[System.MonoNotSupportedAttribute("This property exists but not considered.")]
@@ -544,6 +546,7 @@ namespace System
public string LicenseFile { get { throw null; } set { } }
[System.MonoLimitationAttribute("In Mono this is controlled by the --share-code flag")]
public System.LoaderOptimization LoaderOptimization { get { throw null; } set { } }
+ public string[] PartialTrustVisibleAssemblies { get { throw null; } set { } }
public string PrivateBinPath { get { throw null; } set { } }
public string PrivateBinPathProbe { get { throw null; } set { } }
public string ShadowCopyDirectories { get { throw null; } set { } }
diff --git a/profiles/net_4_x/System.cs b/profiles/net_4_x/System.cs
index be49fe3..bcf98b9 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -12337,6 +12337,15 @@ namespace System.Security.Authentication.ExtendedProtection.Configuration
public void RemoveAt(int index) { }
}
}
+namespace System.Security.Claims
+{
+ public static partial class DynamicRoleClaimProvider
+ {
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.ObsoleteAttribute("Use ClaimsAuthenticationManager to add claims to a ClaimsIdentity", true)]
+ public static void AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) { }
+ }
+}
namespace System.Security.Cryptography
{
public partial class AsnEncodedData
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 1428054..bd125fa 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -583,6 +583,8 @@ namespace System
public System.AppDomainInitializer AppDomainInitializer { get { throw null; } set { } }
[System.MonoLimitationAttribute("it needs to be used to invoke the initializer within the created domain")]
public string[] AppDomainInitializerArguments { get { throw null; } set { } }
+ public string AppDomainManagerAssembly { get { throw null; } set { } }
+ public string AppDomainManagerType { get { throw null; } set { } }
public string ApplicationBase { get { throw null; } set { } }
public string ApplicationName { get { throw null; } set { } }
[System.MonoNotSupportedAttribute("This property exists but not considered.")]
@@ -598,6 +600,7 @@ namespace System
public string LicenseFile { get { throw null; } set { } }
[System.MonoLimitationAttribute("In Mono this is controlled by the --share-code flag")]
public System.LoaderOptimization LoaderOptimization { get { throw null; } set { } }
+ public string[] PartialTrustVisibleAssemblies { get { throw null; } set { } }
public string PrivateBinPath { get { throw null; } set { } }
public string PrivateBinPathProbe { get { throw null; } set { } }
public string ShadowCopyDirectories { get { throw null; } set { } }