4 writes to _localAllocHandle
Microsoft.AspNetCore.DataProtection (4)
Secret.cs (4)
32_localAllocHandle = Protect(value); 61_localAllocHandle = Protect(secret, (uint)secretLength); 76this._localAllocHandle = other._localAllocHandle.Duplicate(); 89_localAllocHandle = Protect(pbTempPlaintextBuffer, (uint)tempPlaintextBuffer.Length);
5 references to _localAllocHandle
Microsoft.AspNetCore.DataProtection (5)
Secret.cs (5)
76this._localAllocHandle = other._localAllocHandle.Duplicate(); 116_localAllocHandle.Dispose(); 207UnsafeBufferUtil.BlockCopy(from: _localAllocHandle, to: pbBuffer, byteCount: _plaintextLength); 214UnsafeBufferUtil.BlockCopy(from: _localAllocHandle, to: pbBuffer, byteCount: _plaintextLength); 221using (var duplicateHandle = _localAllocHandle.Duplicate())