Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Apply changes from mono/mono#7905 to API snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
monojenkins committed Mar 29, 2018
1 parent 960f817 commit 3c8e6d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion profiles/monodroid/mscorlib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20975,7 +20975,6 @@ public partial class CryptoConfig
public static void AddAlgorithm(System.Type algorithm, params string[] names) { }
public static void AddOID(string oid, params string[] names) { }
public static object CreateFromName(string name) { throw null; }
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
public static object CreateFromName(string name, params object[] args) { throw null; }
public static byte[] EncodeOID(string str) { throw null; }
public static string MapNameToOID(string name) { throw null; }
Expand Down
1 change: 0 additions & 1 deletion profiles/monotouch/mscorlib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19710,7 +19710,6 @@ public partial class CryptoConfig
public static void AddAlgorithm(System.Type algorithm, params string[] names) { }
public static void AddOID(string oid, params string[] names) { }
public static object CreateFromName(string name) { throw null; }
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
public static object CreateFromName(string name, params object[] args) { throw null; }
public static byte[] EncodeOID(string str) { throw null; }
public static string MapNameToOID(string name) { throw null; }
Expand Down

0 comments on commit 3c8e6d9

Please sign in to comment.