6 references to Interop
System.Security.Cryptography.ProtectedData (6)
src\libraries\Common\src\System\Security\Cryptography\CryptoThrowHelper.Windows.cs (1)
19string message = Interop.Kernel32.GetMessage(hr);
System\Security\Cryptography\ProtectedData.cs (5)
7using CryptProtectDataFlags = Interop.Crypt32.CryptProtectDataFlags; 8using DATA_BLOB = Interop.Crypt32.DATA_BLOB; 358Interop.Crypt32.CryptProtectData(in userDataBlob, null, ref optionalEntropyBlob, IntPtr.Zero, IntPtr.Zero, flags, out outputBlob) : 359Interop.Crypt32.CryptUnprotectData(in userDataBlob, IntPtr.Zero, ref optionalEntropyBlob, IntPtr.Zero, IntPtr.Zero, flags, out outputBlob); 418errorCode == Interop.Errors.ERROR_FILE_NOT_FOUND;