netstandard dependant facades update after 2.0 release (#5371)
[mono.git] / mcs / class / System.Core / Microsoft.Win32.SafeHandles / SafeNCryptHandle.cs
index cbf1491612fcb12ef9a378c26e6cf214b0d30835..da4d7f36b9e769e5003eefda2ca57534f8862bf1 100644 (file)
@@ -37,6 +37,12 @@ namespace Microsoft.Win32.SafeHandles
                {
                }
 
+               protected SafeNCryptHandle (IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle)
+                       : base (false)
+               {
+                       throw new NotImplementedException ();
+               }
+
                public override bool IsInvalid { get { throw new NotImplementedException (); } }
 
                protected override bool ReleaseHandle ()