3 references to Allocate
Microsoft.AspNetCore.Cryptography.Internal (1)
SafeHandles\SecureLocalAllocHandle.cs (1)
51
SecureLocalAllocHandle duplicateHandle =
Allocate
(_cb);
Microsoft.AspNetCore.DataProtection (2)
Secret.cs (2)
134
var handle = SecureLocalAllocHandle.
Allocate
((IntPtr)checked((int)cbPlaintext));
150
var encryptedMemoryHandle = SecureLocalAllocHandle.
Allocate
((IntPtr)numTotalBytesToAllocate);