4 instantiations of DATA_BLOB
Microsoft.AspNetCore.DataProtection (4)
Cng\DpapiSecretSerializerHelper.cs (4)
70var dataIn = new DATA_BLOB() 75var entropy = new DATA_BLOB() 213var dataIn = new DATA_BLOB() 218var entropy = new DATA_BLOB()
26 references to DATA_BLOB
Microsoft.AspNetCore.Cryptography.Internal (18)
LibraryImports.g.cs (12)
763internal static partial bool CryptProtectData(global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* pDataIn, nint szDataDescr, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* pOptionalEntropy, nint pvReserved, nint pPromptStruct, uint dwFlags, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* pDataOut) 780static extern unsafe int __PInvoke(global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* __pDataIn_native, nint __szDataDescr_native, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* __pOptionalEntropy_native, nint __pvReserved_native, nint __pPromptStruct_native, uint __dwFlags_native, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* __pDataOut_native); 833internal static partial bool CryptUnprotectData(global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* pDataIn, nint ppszDataDescr, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* pOptionalEntropy, nint pvReserved, nint pPromptStruct, uint dwFlags, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* pDataOut) 850static extern unsafe int __PInvoke(global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* __pDataIn_native, nint __ppszDataDescr_native, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* __pOptionalEntropy_native, nint __pvReserved_native, nint __pPromptStruct_native, uint __dwFlags_native, global::Microsoft.AspNetCore.Cryptography.DATA_BLOB* __pDataOut_native);
UnsafeNativeMethods.cs (6)
280DATA_BLOB* pDataIn, 282DATA_BLOB* pOptionalEntropy, 286DATA_BLOB* pDataOut); 310DATA_BLOB* pDataIn, 312DATA_BLOB* pOptionalEntropy, 316DATA_BLOB* pDataOut);
Microsoft.AspNetCore.DataProtection (8)
Cng\DpapiSecretSerializerHelper.cs (8)
70var dataIn = new DATA_BLOB() 75var entropy = new DATA_BLOB() 80var dataOut = default(DATA_BLOB); 213var dataIn = new DATA_BLOB() 218var entropy = new DATA_BLOB() 223var dataOut = default(DATA_BLOB);