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-07-11 19:41:38 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-07-11 19:41:38 +0300
commite5adaddf527dfc4b0d5f44bf0b6e3c19b78c169e (patch)
treeb5f775e51ed4ac85ede5af53ef452600d9859738
parentd87ade142bcf385655475640c45a52c038c53f78 (diff)
Apply changes from https://github.com/mono/mono/pull/14210 to API snapshot
-rw-r--r--profiles/monodroid/Mono.Security.cs2
-rw-r--r--profiles/monotouch/Mono.Security.cs2
-rw-r--r--profiles/net_4_x/Mono.Security.cs2
3 files changed, 6 insertions, 0 deletions
diff --git a/profiles/monodroid/Mono.Security.cs b/profiles/monodroid/Mono.Security.cs
index 5c2b2a6..072b075 100644
--- a/profiles/monodroid/Mono.Security.cs
+++ b/profiles/monodroid/Mono.Security.cs
@@ -332,10 +332,12 @@ namespace Mono.Security.Authenticode
public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
{
public AuthenticodeDeformatter() { }
+ public AuthenticodeDeformatter(byte[] rawData) { }
public AuthenticodeDeformatter(string fileName) { }
public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
public string FileName { get { throw null; } set { } }
public byte[] Hash { get { throw null; } }
+ public byte[] RawData { get { throw null; } set { } }
public int Reason { get { throw null; } }
public byte[] Signature { get { throw null; } }
public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
diff --git a/profiles/monotouch/Mono.Security.cs b/profiles/monotouch/Mono.Security.cs
index 12b9bbe..6b337ac 100644
--- a/profiles/monotouch/Mono.Security.cs
+++ b/profiles/monotouch/Mono.Security.cs
@@ -335,10 +335,12 @@ namespace Mono.Security.Authenticode
public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
{
public AuthenticodeDeformatter() { }
+ public AuthenticodeDeformatter(byte[] rawData) { }
public AuthenticodeDeformatter(string fileName) { }
public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
public string FileName { get { throw null; } set { } }
public byte[] Hash { get { throw null; } }
+ public byte[] RawData { get { throw null; } set { } }
public int Reason { get { throw null; } }
public byte[] Signature { get { throw null; } }
public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }
diff --git a/profiles/net_4_x/Mono.Security.cs b/profiles/net_4_x/Mono.Security.cs
index 52ba2d8..80b79ba 100644
--- a/profiles/net_4_x/Mono.Security.cs
+++ b/profiles/net_4_x/Mono.Security.cs
@@ -332,10 +332,12 @@ namespace Mono.Security.Authenticode
public partial class AuthenticodeDeformatter : Mono.Security.Authenticode.AuthenticodeBase
{
public AuthenticodeDeformatter() { }
+ public AuthenticodeDeformatter(byte[] rawData) { }
public AuthenticodeDeformatter(string fileName) { }
public Mono.Security.X509.X509CertificateCollection Certificates { get { throw null; } }
public string FileName { get { throw null; } set { } }
public byte[] Hash { get { throw null; } }
+ public byte[] RawData { get { throw null; } set { } }
public int Reason { get { throw null; } }
public byte[] Signature { get { throw null; } }
public Mono.Security.X509.X509Certificate SigningCertificate { get { throw null; } }