Imported Upstream version 5.2.0.175

Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-06-07 13:16:24 +00:00
parent 4bdbaf4a88
commit 966bba02bb
8776 changed files with 346420 additions and 149650 deletions

View File

@ -1 +1 @@
373609195c25680febccfacc678a393fa3cfeb06
d1dc03000a9f0b6357a67dd3f7b9c72da5e9be1a

View File

@ -242,7 +242,6 @@ namespace System.Security.Cryptography {
}
}
#if NETSTANDARD
public static CngAlgorithm ECDiffieHellman {
get {
throw new NotImplementedException ();
@ -254,6 +253,5 @@ namespace System.Security.Cryptography {
throw new NotImplementedException ();
}
}
#endif
}
}

View File

@ -119,7 +119,6 @@ namespace System.Security.Cryptography {
}
}
#if NETSTANDARD
public static CngKeyBlobFormat EccFullPrivateBlob {
get {
throw new NotImplementedException ();
@ -131,7 +130,6 @@ namespace System.Security.Cryptography {
throw new NotImplementedException ();
}
}
#endif
public static CngKeyBlobFormat GenericPrivateBlob {
get {

View File

@ -41,7 +41,6 @@ namespace System.Security.Cryptography {
return CryptoConfig.CreateFromName(algorithm) as ECDsa;
}
#if NETSTANDARD
public static ECDsa Create (ECCurve curve)
{
throw new NotImplementedException ();
@ -71,7 +70,6 @@ namespace System.Security.Cryptography {
{
throw new NotImplementedException ();
}
#endif
//
// Signature operations

View File

@ -31,11 +31,9 @@ namespace System.Security.Cryptography {
throw new NotImplementedException ();
}
#if NETSTANDARD
public ECDsaCng(ECCurve curve) {
throw new NotImplementedException ();
}
#endif
public CngKey Key {
get {

View File

@ -18,12 +18,10 @@ namespace System.Security.Cryptography
throw new NotImplementedException ();
}
#if NETSTANDARD
public RSACng(CngKey key)
{
throw new NotImplementedException ();
}
#endif
public CngKey Key
{