System\Security\Cryptography\ProtectedData.cs (4)
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);