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)
27return _cb; 51SecureLocalAllocHandle duplicateHandle = Allocate(_cb); 52UnsafeBufferUtil.BlockCopy(from: this, to: duplicateHandle, length: _cb); 59UnsafeBufferUtil.SecureZeroMemory((byte*)handle, _cb); // compiler won't optimize this away