4 references to BlockCopy
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
UnsafeBufferUtilTests.cs (1)
76
UnsafeBufferUtil.
BlockCopy
(from: controlHandle, to: dest, byteCount: (uint)cbExpected);
Microsoft.AspNetCore.DataProtection (3)
Secret.cs (3)
207
UnsafeBufferUtil.
BlockCopy
(from: _localAllocHandle, to: pbBuffer, byteCount: _plaintextLength);
214
UnsafeBufferUtil.
BlockCopy
(from: _localAllocHandle, to: pbBuffer, byteCount: _plaintextLength);
224
UnsafeBufferUtil.
BlockCopy
(from: duplicateHandle, to: pbBuffer, byteCount: _plaintextLength);