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