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
()
14 references to DATA_BLOB
Microsoft.AspNetCore.Cryptography.Internal (6)
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
);