You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@ -1 +1 @@
|
||||
373609195c25680febccfacc678a393fa3cfeb06
|
||||
d1dc03000a9f0b6357a67dd3f7b9c72da5e9be1a
|
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -18,12 +18,10 @@ namespace System.Security.Cryptography
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
#if NETSTANDARD
|
||||
public RSACng(CngKey key)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
#endif
|
||||
|
||||
public CngKey Key
|
||||
{
|
||||
|
Reference in New Issue
Block a user