4 instantiations of DATA_BLOB
Microsoft.AspNetCore.DataProtection (4)
Cng\DpapiSecretSerializerHelper.cs (4)
70
var dataIn = new
DATA_BLOB
()
75
var entropy = new
DATA_BLOB
()
213
var dataIn = new
DATA_BLOB
()
218
var entropy = new
DATA_BLOB
()
26 references to DATA_BLOB
Microsoft.AspNetCore.Cryptography.Internal (18)
LibraryImports.g.cs (12)
763
internal 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)
780
static 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);
833
internal 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)
850
static 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)
280
DATA_BLOB
* pDataIn,
282
DATA_BLOB
* pOptionalEntropy,
286
DATA_BLOB
* pDataOut);
310
DATA_BLOB
* pDataIn,
312
DATA_BLOB
* pOptionalEntropy,
316
DATA_BLOB
* pDataOut);
Microsoft.AspNetCore.DataProtection (8)
Cng\DpapiSecretSerializerHelper.cs (8)
70
var
dataIn = new DATA_BLOB()
75
var
entropy = new DATA_BLOB()
80
var
dataOut = default(
DATA_BLOB
);
213
var
dataIn = new DATA_BLOB()
218
var
entropy = new DATA_BLOB()
223
var
dataOut = default(
DATA_BLOB
);