1 write to _cb
Microsoft.AspNetCore.Cryptography.Internal (1)
SafeHandles\SecureLocalAllocHandle.cs (1)
20
_cb
= cb;
4 references to _cb
Microsoft.AspNetCore.Cryptography.Internal (4)
SafeHandles\SecureLocalAllocHandle.cs (4)
27
return
_cb
;
51
SecureLocalAllocHandle duplicateHandle = Allocate(
_cb
);
52
UnsafeBufferUtil.BlockCopy(from: this, to: duplicateHandle, length:
_cb
);
59
UnsafeBufferUtil.SecureZeroMemory((byte*)handle,
_cb
); // compiler won't optimize this away